Home
last modified time | relevance | path

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

/openssl/test/
H A Dssl_test.c398 *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()
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()
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()
[all …]
/openssl/test/helpers/
H A Dhandshake.h87 SSL_CTX *client_ctx, SSL_CTX *resume_server_ctx,
H A Dhandshake.c1745 SSL_CTX *client_ctx, SSL_CTX *resume_server_ctx, in do_handshake() argument
1767 result = do_handshake_internal(resume_server_ctx, NULL, resume_client_ctx, in do_handshake()

Completed in 12 milliseconds