Home
last modified time | relevance | path

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

/third_party/openssl/test/
Dssl_test.c439 TLS_MAX_VERSION))) in test_handshake()
447 TLS_MAX_VERSION))) in test_handshake()
452 TLS_MAX_VERSION))) in test_handshake()
458 TLS_MAX_VERSION))) in test_handshake()
462 TLS_MAX_VERSION))) in test_handshake()
Dgosttest.c44 TLS_MAX_VERSION, in test_tls13()
Dfatalerrtest.c32 TLS1_VERSION, TLS_MAX_VERSION, in test_fatalerr()
Dsslapitest.c332 TLS1_VERSION, TLS_MAX_VERSION, in test_keylog()
414 TLS1_VERSION, TLS_MAX_VERSION, in test_keylog_no_master_key()
560 TLS1_VERSION, TLS_MAX_VERSION, in test_client_hello_cb()
786 TLS1_VERSION, TLS_MAX_VERSION, in test_large_message_tls()
793 TLS1_VERSION, TLS_MAX_VERSION, in test_large_message_tls_read_ahead()
867 TLS1_VERSION, TLS_MAX_VERSION, in test_tlsext_status_type()
1036 TLS1_VERSION, TLS_MAX_VERSION, in execute_test_session()
1384 TLS1_VERSION, TLS_MAX_VERSION, sctx, in setup_ticket_test()
1584 TLS1_VERSION, TLS_MAX_VERSION, &sctx, in test_psk_tickets()
1710 TLS1_VERSION, TLS_MAX_VERSION, in test_ssl_set_bio()
[all …]
Dsslbuffertest.c169 TLS1_VERSION, TLS_MAX_VERSION, in setup_tests()
Drecordlentest.c106 TLS1_VERSION, TLS_MAX_VERSION, in test_record_overflow()
Dclienthellotest.c87 if (!TEST_true(SSL_CTX_set_max_proto_version(ctx, TLS_MAX_VERSION))) in test_client_hello()
Dservername_test.c189 TLS1_VERSION, TLS_MAX_VERSION, in server_setup_sni()
Dsslcorrupttest.c197 TLS1_VERSION, TLS_MAX_VERSION, in test_ssl_corrupt()
Dasynciotest.c300 TLS1_VERSION, TLS_MAX_VERSION, in test_asyncio()
Dtls13ccstest.c258 TLS1_VERSION, TLS_MAX_VERSION, in test_tls13ccs()
Dssltest_old.c1374 max_version = TLS_MAX_VERSION; in main()
/third_party/openssl/include/openssl/
Dtls1.h31 # define TLS_MAX_VERSION TLS1_3_VERSION macro
/third_party/openssl/ssl/statem/
Dstatem_lib.c1421 #if TLS_MAX_VERSION != TLS1_3_VERSION
1679 valid_tls = version >= SSL3_VERSION && version <= TLS_MAX_VERSION; in ssl_set_version_bound()
/third_party/openssl/ssl/
Dt1_lib.c127 s->version = TLS_MAX_VERSION; in tls1_clear()