Searched refs:sctx2 (Results 1 – 1 of 1) sorted by relevance
/openssl/test/ |
H A D | sslapitest.c | 6101 SSL_CTX *cctx = NULL, *sctx = NULL, *sctx2 = NULL; in test_custom_exts() local 6135 if (sctx2 != NULL) in test_custom_exts() 6136 SSL_CTX_set_options(sctx2, SSL_OP_NO_TLSv1_3); in test_custom_exts() 6201 if (sctx2 != NULL in test_custom_exts() 6318 SSL_CTX_free(sctx2); in test_custom_exts() 6467 SSL_CTX *cctx = NULL, *sctx = NULL, *sctx2 = NULL; in test_export_key_mat() local 6643 SSL_CTX_free(sctx2); in test_export_key_mat() 10636 SSL_CTX *cctx = NULL, *sctx = NULL, *sctx2 = NULL; in test_sni_tls13() local 10650 &sctx2, &cctx, cert, privkey))) in test_sni_tls13() 10655 || !TEST_true(SSL_CTX_set_tlsext_servername_arg(sctx, sctx2))) in test_sni_tls13() [all …]
|
Completed in 27 milliseconds