/third_party/openssl/test/ |
H A D | ssl_test.c | 414 || !TEST_true(SSL_CTX_set_max_proto_version(server_ctx, 0))) in test_handshake() 425 if (!TEST_true(SSL_CTX_set_max_proto_version(client_ctx, 0))) in test_handshake() 430 if (!TEST_true(SSL_CTX_set_max_proto_version(resume_server_ctx, 0)) in test_handshake() 436 if (!TEST_true(SSL_CTX_set_max_proto_version(resume_client_ctx, 0))) in test_handshake() 455 if (!TEST_true(SSL_CTX_set_max_proto_version(server_ctx, maxversion)) in test_handshake() 467 if (!TEST_true(SSL_CTX_set_max_proto_version(server2_ctx, in test_handshake() 472 if (!TEST_true(SSL_CTX_set_max_proto_version(client_ctx, maxversion))) in test_handshake() 478 if (!TEST_true(SSL_CTX_set_max_proto_version(resume_server_ctx, in test_handshake() 485 if (!TEST_true(SSL_CTX_set_max_proto_version(resume_client_ctx, in test_handshake()
|
H A D | clienthellotest.c | 91 if (!TEST_true(SSL_CTX_set_max_proto_version(ctx, 0))) in test_client_hello() 102 if (!TEST_true(SSL_CTX_set_max_proto_version(ctx, TLS1_2_VERSION))) in test_client_hello()
|
H A D | servername_test.c | 112 && !TEST_true(SSL_CTX_set_max_proto_version(ctx, maxversion))) in client_setup_sni_before_state() 164 && !TEST_true(SSL_CTX_set_max_proto_version(ctx, maxversion))) in client_setup_sni_after_state()
|
H A 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()
|
H A D | recordlentest.c | 116 SSL_CTX_set_max_proto_version(sctx, TLS1_2_VERSION); in test_record_overflow()
|
H A D | sslcorrupttest.c | 215 if (!TEST_true(SSL_CTX_set_max_proto_version(cctx, TLS1_2_VERSION))) in test_ssl_corrupt()
|
H A D | sslapitest.c | 765 SSL_CTX_set_max_proto_version(cctx, TLS1_2_VERSION); in test_client_hello_cb() 2044 SSL_CTX_set_max_proto_version(cctx, maxprot); in execute_test_session() 2163 SSL_CTX_set_max_proto_version(sctx, TLS1_1_VERSION); in execute_test_session() 2210 SSL_CTX_set_max_proto_version(sctx, maxprot); in execute_test_session() 2929 SSL_CTX_set_max_proto_version(cctx, TLS1_2_VERSION); in test_ssl_set_bio() 3146 SSL_CTX_set_max_proto_version(cctx, TLS1_2_VERSION); in test_set_sigalgs() 6233 SSL_CTX_set_max_proto_version(cctx, protocols[tst]); in test_export_key_mat() 6844 && !TEST_true(SSL_CTX_set_max_proto_version(cctx, in test_ssl_clear() 7007 || !TEST_true(SSL_CTX_set_max_proto_version(sctx, TLS1_3_VERSION)) in test_pha_key_update() 7009 || !TEST_true(SSL_CTX_set_max_proto_version(cct in test_pha_key_update() [all...] |
H A D | bad_dtls_test.c | 496 || !TEST_true(SSL_CTX_set_max_proto_version(ctx, DTLS1_BAD_VER)) in test_bad_dtls()
|
H A D | ssl_old_test.c | 1409 if (SSL_CTX_set_max_proto_version(c_ctx, max_version) == 0) in main() 1413 if (SSL_CTX_set_max_proto_version(s_ctx, max_version) == 0) in main()
|
/third_party/nghttp2/src/ |
H A D | tls.cc | 167 SSL_CTX_set_max_proto_version(ssl_ctx, max) != 1) { in ssl_ctx_set_proto_versions()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | ciphers.c | 195 if (SSL_CTX_set_max_proto_version(ctx, max_version) == 0) in ciphers_main()
|
H A D | s_time.c | 250 if (SSL_CTX_set_max_proto_version(ctx, max_version) == 0) in s_time_main()
|
H A D | s_server.c | 1871 && SSL_CTX_set_max_proto_version(ctx, max_version) == 0) in s_server_main()
|
H A D | s_client.c | 1721 && SSL_CTX_set_max_proto_version(ctx, max_version) == 0) in s_client_main()
|
/third_party/openssl/apps/ |
H A D | ciphers.c | 195 if (SSL_CTX_set_max_proto_version(ctx, max_version) == 0) in ciphers_main()
|
H A D | s_time.c | 250 if (SSL_CTX_set_max_proto_version(ctx, max_version) == 0) in s_time_main()
|
H A D | s_server.c | 1866 && SSL_CTX_set_max_proto_version(ctx, max_version) == 0) in s_server_main()
|
/third_party/openssl/test/helpers/ |
H A D | ssltestlib.c | 848 && !TEST_true(SSL_CTX_set_max_proto_version(serverctx, in create_ssl_ctx_pair() 856 && !TEST_true(SSL_CTX_set_max_proto_version(clientctx, in create_ssl_ctx_pair()
|
/third_party/node/deps/ngtcp2/ngtcp2/crypto/boringssl/ |
H A D | boringssl.c | 613 SSL_CTX_set_max_proto_version(ssl_ctx, TLS1_3_VERSION); in crypto_boringssl_configure_context()
|
/third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/ |
H A D | openssl.c | 793 SSL_CTX_set_max_proto_version(ssl_ctx, TLS1_3_VERSION); in crypto_openssl_configure_context()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
H A D | ssl.rs | 463 pub unsafe fn SSL_CTX_set_max_proto_version(ctx: *mut SSL_CTX, version: c_int) -> c_int { in SSL_CTX_set_max_proto_version() functions
|
/third_party/node/src/crypto/ |
H A D | crypto_context.cc | 545 SSL_CTX_set_max_proto_version(sc->ctx_.get(), max_version); in Init() 915 CHECK(SSL_CTX_set_max_proto_version(sc->ctx_.get(), version)); in SetMaxProto()
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
H A D | mod.rs | 1156 #[corresponds(SSL_CTX_set_max_proto_version)] 1160 cvt(ffi::SSL_CTX_set_max_proto_version( in set_max_proto_version()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | ssl.rs | 443 pub fn SSL_CTX_set_max_proto_version(ctx: *mut SSL_CTX, version: u16) -> c_int; in SSL_CTX_set_max_proto_version() functions
|
/third_party/curl/lib/vtls/ |
H A D | openssl.c | 2802 /* SSL_CTX_set_max_proto_version states that: in ossl_set_ssl_version_min_max() 2810 if(!SSL_CTX_set_max_proto_version(ctx, ossl_ssl_version_max)) { in ossl_set_ssl_version_min_max() 2846 SSL_CTX_set_max_proto_version(backend->ctx, TLS1_3_VERSION); in ossl_set_ssl_version_min_max_legacy()
|