Searched refs:srvcert2 (Results 1 – 1 of 1) sorted by relevance
812 mbedtls_x509_crt srvcert2; in main() local855 mbedtls_x509_crt_init( &srvcert2 ); in main()1469 if( ( ret = mbedtls_x509_crt_parse_file( &srvcert2, opt.crt_file2 ) ) != 0 ) in main()1522 if( ( ret = mbedtls_x509_crt_parse( &srvcert2, in main()1778 if( ( ret = mbedtls_ssl_conf_own_cert( &conf, &srvcert2, &pkey2 ) ) != 0 ) in main()2288 mbedtls_x509_crt_free( &srvcert2 ); in main()