Lines Matching refs:resume_server_ctx
398 *resume_server_ctx = NULL, *resume_client_ctx = NULL; in test_handshake() local
435 resume_server_ctx = SSL_CTX_new_ex(libctx, NULL, in test_handshake()
437 if (!TEST_true(SSL_CTX_set_max_proto_version(resume_server_ctx, 0)) in test_handshake()
438 || !TEST_true(SSL_CTX_set_options(resume_server_ctx, in test_handshake()
445 if (!TEST_ptr(resume_server_ctx) in test_handshake()
483 resume_server_ctx = SSL_CTX_new_ex(libctx, NULL, in test_handshake()
485 if (!TEST_true(SSL_CTX_set_max_proto_version(resume_server_ctx, in test_handshake()
487 || !TEST_true(SSL_CTX_set_options(resume_server_ctx, in test_handshake()
495 if (!TEST_ptr(resume_server_ctx) in test_handshake()
518 if (resume_server_ctx != NULL in test_handshake()
519 && !SSL_CTX_config(resume_server_ctx, "resume-server")) in test_handshake()
526 resume_server_ctx, resume_client_ctx, test_ctx); in test_handshake()
536 SSL_CTX_free(resume_server_ctx); in test_handshake()