Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dssl_test.c398 *resume_server_ctx = NULL, *resume_client_ctx = NULL; in test_handshake() local
433 resume_server_ctx = SSL_CTX_new_ex(libctx, NULL, in test_handshake()
435 if (!TEST_true(SSL_CTX_set_max_proto_version(resume_server_ctx, 0)) in test_handshake()
436 || !TEST_true(SSL_CTX_set_options(resume_server_ctx, in test_handshake()
443 if (!TEST_ptr(resume_server_ctx) in test_handshake()
479 resume_server_ctx = SSL_CTX_new_ex(libctx, NULL, in test_handshake()
481 if (!TEST_true(SSL_CTX_set_max_proto_version(resume_server_ctx, in test_handshake()
483 || !TEST_true(SSL_CTX_set_options(resume_server_ctx, in test_handshake()
491 if (!TEST_ptr(resume_server_ctx) in test_handshake()
517 if (resume_server_ctx != NULL in test_handshake()
[all …]
/freebsd/crypto/openssl/test/helpers/
H A Dhandshake.h87 SSL_CTX *client_ctx, SSL_CTX *resume_server_ctx,
H A Dhandshake.c1741 SSL_CTX *client_ctx, SSL_CTX *resume_server_ctx, in do_handshake() argument
1763 result = do_handshake_internal(resume_server_ctx, NULL, resume_client_ctx, in do_handshake()