/third_party/openssl/test/ |
D | ssl_test.c | 409 if (!TEST_true(SSL_CTX_set_max_proto_version(server_ctx, in test_handshake() 418 if (!TEST_true(SSL_CTX_set_max_proto_version(client_ctx, in test_handshake() 423 if (!TEST_true(SSL_CTX_set_max_proto_version(resume_server_ctx, in test_handshake() 427 if (!TEST_true(SSL_CTX_set_max_proto_version(resume_client_ctx, in test_handshake() 438 if (!TEST_true(SSL_CTX_set_max_proto_version(server_ctx, in test_handshake() 446 if (!TEST_true(SSL_CTX_set_max_proto_version(server2_ctx, in test_handshake() 451 if (!TEST_true(SSL_CTX_set_max_proto_version(client_ctx, in test_handshake() 457 if (!TEST_true(SSL_CTX_set_max_proto_version(resume_server_ctx, in test_handshake() 461 if (!TEST_true(SSL_CTX_set_max_proto_version(resume_client_ctx, in test_handshake()
|
D | clienthellotest.c | 87 if (!TEST_true(SSL_CTX_set_max_proto_version(ctx, TLS_MAX_VERSION))) in test_client_hello() 97 if (!TEST_true(SSL_CTX_set_max_proto_version(ctx, TLS1_2_VERSION))) in test_client_hello()
|
D | ssl_ctx_test.c | 48 if (!TEST_int_eq(SSL_CTX_set_max_proto_version(ctx, t.max_version), t.max_ok)) in test_set_min_max_version()
|
D | recordlentest.c | 116 SSL_CTX_set_max_proto_version(sctx, TLS1_2_VERSION); in test_record_overflow()
|
D | sslcorrupttest.c | 212 if (!TEST_true(SSL_CTX_set_max_proto_version(cctx, TLS1_2_VERSION))) in test_ssl_corrupt()
|
D | ssltestlib.c | 727 && !TEST_true(SSL_CTX_set_max_proto_version(serverctx, in create_ssl_ctx_pair() 735 && !TEST_true(SSL_CTX_set_max_proto_version(clientctx, in create_ssl_ctx_pair()
|
D | sslapitest.c | 566 SSL_CTX_set_max_proto_version(cctx, TLS1_2_VERSION); in test_client_hello_cb() 1045 SSL_CTX_set_max_proto_version(cctx, maxprot); in execute_test_session() 1160 SSL_CTX_set_max_proto_version(sctx, TLS1_1_VERSION); in execute_test_session() 1207 SSL_CTX_set_max_proto_version(sctx, maxprot); in execute_test_session() 1722 SSL_CTX_set_max_proto_version(cctx, TLS1_2_VERSION); in test_ssl_set_bio() 1945 SSL_CTX_set_max_proto_version(cctx, TLS1_2_VERSION); in test_set_sigalgs() 4458 SSL_CTX_set_max_proto_version(cctx, protocols[tst]); in test_export_key_mat() 4807 && !TEST_true(SSL_CTX_set_max_proto_version(cctx, in test_ssl_clear() 4965 || !TEST_true(SSL_CTX_set_max_proto_version(sctx, TLS1_3_VERSION)) in test_pha_key_update() 4967 || !TEST_true(SSL_CTX_set_max_proto_version(cctx, TLS1_3_VERSION))) in test_pha_key_update() [all …]
|
D | bad_dtls_test.c | 477 || !TEST_true(SSL_CTX_set_max_proto_version(ctx, DTLS1_BAD_VER)) in test_bad_dtls()
|
D | ssltest_old.c | 1416 if (SSL_CTX_set_max_proto_version(c_ctx, max_version) == 0) in main() 1420 if (SSL_CTX_set_max_proto_version(s_ctx, max_version) == 0) in main()
|
/third_party/boost/boost/asio/ssl/impl/ |
D | context.ipp | 97 SSL_CTX_set_max_proto_version(handle_, SSL3_VERSION); 105 SSL_CTX_set_max_proto_version(handle_, SSL3_VERSION); 113 SSL_CTX_set_max_proto_version(handle_, SSL3_VERSION); 142 SSL_CTX_set_max_proto_version(handle_, TLS1_VERSION); 150 SSL_CTX_set_max_proto_version(handle_, TLS1_VERSION); 158 SSL_CTX_set_max_proto_version(handle_, TLS1_VERSION); 187 SSL_CTX_set_max_proto_version(handle_, TLS1_1_VERSION); 195 SSL_CTX_set_max_proto_version(handle_, TLS1_1_VERSION); 203 SSL_CTX_set_max_proto_version(handle_, TLS1_1_VERSION); 232 SSL_CTX_set_max_proto_version(handle_, TLS1_2_VERSION); [all …]
|
/third_party/boost/libs/asio/include/boost/asio/ssl/impl/ |
D | context.ipp | 97 SSL_CTX_set_max_proto_version(handle_, SSL3_VERSION); 105 SSL_CTX_set_max_proto_version(handle_, SSL3_VERSION); 113 SSL_CTX_set_max_proto_version(handle_, SSL3_VERSION); 142 SSL_CTX_set_max_proto_version(handle_, TLS1_VERSION); 150 SSL_CTX_set_max_proto_version(handle_, TLS1_VERSION); 158 SSL_CTX_set_max_proto_version(handle_, TLS1_VERSION); 187 SSL_CTX_set_max_proto_version(handle_, TLS1_1_VERSION); 195 SSL_CTX_set_max_proto_version(handle_, TLS1_1_VERSION); 203 SSL_CTX_set_max_proto_version(handle_, TLS1_1_VERSION); 232 SSL_CTX_set_max_proto_version(handle_, TLS1_2_VERSION); [all …]
|
/third_party/openssl/doc/man3/ |
D | SSL_CTX_set_min_proto_version.pod | 5 SSL_CTX_set_min_proto_version, SSL_CTX_set_max_proto_version, 16 int SSL_CTX_set_max_proto_version(SSL_CTX *ctx, int version);
|
D | SSL_CTX_new.pod | 157 L<SSL_set_min_proto_version(3)>, L<SSL_CTX_set_max_proto_version(3)> and
|
D | SSL_CTX_set_options.pod | 125 L<SSL_CTX_set_max_proto_version(3)> instead.
|
/third_party/nghttp2/src/ |
D | tls.cc | 167 SSL_CTX_set_max_proto_version(ssl_ctx, max) != 1) { in ssl_ctx_set_proto_versions()
|
/third_party/openssl/apps/ |
D | ciphers.c | 184 if (SSL_CTX_set_max_proto_version(ctx, max_version) == 0) in ciphers_main()
|
D | s_time.c | 197 if (SSL_CTX_set_max_proto_version(ctx, max_version) == 0) in s_time_main()
|
D | s_client.c | 1761 && SSL_CTX_set_max_proto_version(ctx, max_version) == 0) in s_client_main()
|
D | s_server.c | 1822 && SSL_CTX_set_max_proto_version(ctx, max_version) == 0) in s_server_main()
|
/third_party/openssl/test/ossl_shim/ |
D | ossl_shim.cc | 547 !SSL_CTX_set_max_proto_version(ssl_ctx.get(), TLS1_3_VERSION)) { in SetupCtx() 553 !SSL_CTX_set_max_proto_version(ssl_ctx.get(), TLS1_2_VERSION)) { in SetupCtx()
|
/third_party/openssl/util/ |
D | private.num | 368 SSL_CTX_set_max_proto_version define
|
/third_party/grpc/src/core/tsi/ |
D | ssl_transport_security.cc | 934 SSL_CTX_set_max_proto_version(ssl_context, TLS1_2_VERSION); in tsi_set_min_and_max_tls_versions() 938 SSL_CTX_set_max_proto_version(ssl_context, TLS1_3_VERSION); in tsi_set_min_and_max_tls_versions() 942 SSL_CTX_set_max_proto_version(ssl_context, TLS1_2_VERSION); in tsi_set_min_and_max_tls_versions()
|
/third_party/curl/lib/vtls/ |
D | openssl.c | 2370 if(!SSL_CTX_set_max_proto_version(ctx, ossl_ssl_version_max)) { in set_ssl_version_min_max() 2400 SSL_CTX_set_max_proto_version(backend->ctx, TLS1_3_VERSION); in set_ssl_version_min_max_legacy()
|
/third_party/curl/lib/vquic/ |
D | ngtcp2.c | 315 SSL_CTX_set_max_proto_version(ssl_ctx, TLS1_3_VERSION); in quic_ssl_ctx()
|
/third_party/openssl/include/openssl/ |
D | ssl.h | 1442 # define SSL_CTX_set_max_proto_version(ctx, version) \ macro
|