Home
last modified time | relevance | path

Searched refs:resume_client_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
441 resume_client_ctx = SSL_CTX_new_ex(libctx, NULL, in test_handshake()
443 if (!TEST_true(SSL_CTX_set_max_proto_version(resume_client_ctx, 0))) in test_handshake()
446 || !TEST_ptr(resume_client_ctx)) in test_handshake()
490 resume_client_ctx = SSL_CTX_new_ex(libctx, NULL, in test_handshake()
492 if (!TEST_true(SSL_CTX_set_max_proto_version(resume_client_ctx, in test_handshake()
496 || !TEST_ptr(resume_client_ctx)) in test_handshake()
521 if (resume_client_ctx != NULL in test_handshake()
522 && !SSL_CTX_config(resume_client_ctx, "resume-client")) in test_handshake()
526 resume_server_ctx, resume_client_ctx, test_ctx); in test_handshake()
[all …]
/openssl/test/helpers/
H A Dhandshake.h88 SSL_CTX *resume_client_ctx,
H A Dhandshake.c1746 SSL_CTX *resume_client_ctx, in do_handshake() argument
1767 result = do_handshake_internal(resume_server_ctx, NULL, resume_client_ctx, in do_handshake()

Completed in 11 milliseconds