Searched refs:sctx2 (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssl/test/ |
| H A D | sslapitest.c | 6202 SSL_CTX *cctx = NULL, *sctx = NULL, *sctx2 = NULL; in test_custom_exts() local 6229 &sctx2, NULL, cert, privkey))) in test_custom_exts() 6235 if (sctx2 != NULL) in test_custom_exts() 6236 SSL_CTX_set_options(sctx2, SSL_OP_NO_TLSv1_3); in test_custom_exts() 6303 if (sctx2 != NULL in test_custom_exts() 6304 && !TEST_true(SSL_CTX_add_custom_ext(sctx2, TEST_EXT_TYPE1, in test_custom_exts() 6325 || !TEST_true(SSL_CTX_set_tlsext_servername_arg(sctx, sctx2))) in test_custom_exts() 6420 SSL_CTX_free(sctx2); in test_custom_exts() 6569 SSL_CTX *cctx = NULL, *sctx = NULL, *sctx2 = NULL; in test_export_key_mat() local 6748 SSL_CTX_free(sctx2); in test_export_key_mat() [all …]
|