Address review comments regarding ssl_client2 and ssl tests

This commit is contained in:
Jarno Lamsa 2019-04-01 15:11:54 +03:00
parent 2ee67a66f4
commit f7a7f9ee43
2 changed files with 5 additions and 7 deletions
programs/ssl

View file

@ -470,7 +470,7 @@ int ca_callback( void *data, mbedtls_x509_crt const *child,
* set of trusted certificates (such as a hashtable) and only
* return those trusted certificates which satisfy basic
* parental checks, such as the matching of child `Issuer`
* and parent `Subject` field. */
* and parent `Subject` field or matching key identifiers. */
((void) child);
first = mbedtls_calloc( 1, sizeof( mbedtls_x509_crt ) );