Home | History | Annotate | Download | only in test

Lines Matching refs:sctx2

4266     SSL_CTX *cctx = NULL, *sctx = NULL, *sctx2 = NULL;
4293 &sctx2, NULL, cert, privkey)))
4300 if (sctx2 != NULL)
4301 SSL_CTX_set_options(sctx2, SSL_OP_NO_TLSv1_3);
4366 if (sctx2 != NULL
4367 && !TEST_true(SSL_CTX_add_custom_ext(sctx2, TEST_EXT_TYPE1,
4388 || !TEST_true(SSL_CTX_set_tlsext_servername_arg(sctx, sctx2)))
4483 SSL_CTX_free(sctx2);
4631 SSL_CTX *cctx = NULL, *sctx = NULL, *sctx2 = NULL;
4775 SSL_CTX_free(sctx2);
6903 SSL_CTX *cctx = NULL, *sctx = NULL, *sctx2 = NULL;
6916 TLS1_3_VERSION, 0, &sctx2, &cctx, cert,
6922 || !TEST_true(SSL_CTX_set_tlsext_servername_arg(sctx, sctx2)))
6944 SSL_CTX_free(sctx2);