Home
last modified time | relevance | path

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

/openssl/test/
H A Dsslapitest.c1871 static int execute_test_session(int maxprot, int use_int_cache, in execute_test_session() function
2189 if (!execute_test_session(TLS1_3_VERSION, 1, 0, 0)) in test_session_with_only_int_cache()
2194 return execute_test_session(TLS1_2_VERSION, 1, 0, 0); in test_session_with_only_int_cache()
2203 if (!execute_test_session(TLS1_3_VERSION, 0, 1, 0)) in test_session_with_only_ext_cache()
2208 return execute_test_session(TLS1_2_VERSION, 0, 1, 0); in test_session_with_only_ext_cache()
2217 if (!execute_test_session(TLS1_3_VERSION, 1, 1, 0)) in test_session_with_both_cache()
2222 return execute_test_session(TLS1_2_VERSION, 1, 1, 0); in test_session_with_both_cache()
2231 if (!execute_test_session(TLS1_3_VERSION, 1, 0, SSL_OP_DISABLE_TLSEXT_CA_NAMES)) in test_session_wo_ca_names()
2236 return execute_test_session(TLS1_2_VERSION, 1, 0, SSL_OP_DISABLE_TLSEXT_CA_NAMES); in test_session_wo_ca_names()

Completed in 49 milliseconds