Home
last modified time | relevance | path

Searched refs:srvcert2 (Results 1 – 1 of 1) sorted by relevance

/net-tools-latest/mbedtls-2.4.0/programs/ssl/
Dssl_server2.c812 mbedtls_x509_crt srvcert2; in main() local
855 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()