Home
last modified time | relevance | path

Searched refs:SSL_CTX_set_max_proto_version (Results 1 - 25 of 85) sorted by relevance

1234

/third_party/openssl/test/
H A Dssl_test.c414 || !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 Dclienthellotest.c91 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 Dservername_test.c112 && !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 Dssl_ctx_test.c48 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 Drecordlentest.c116 SSL_CTX_set_max_proto_version(sctx, TLS1_2_VERSION); in test_record_overflow()
H A Dsslcorrupttest.c215 if (!TEST_true(SSL_CTX_set_max_proto_version(cctx, TLS1_2_VERSION))) in test_ssl_corrupt()
H A Dsslapitest.c765 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 Dbad_dtls_test.c496 || !TEST_true(SSL_CTX_set_max_proto_version(ctx, DTLS1_BAD_VER)) in test_bad_dtls()
H A Dssl_old_test.c1409 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 Dtls.cc167 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 Dciphers.c195 if (SSL_CTX_set_max_proto_version(ctx, max_version) == 0) in ciphers_main()
H A Ds_time.c250 if (SSL_CTX_set_max_proto_version(ctx, max_version) == 0) in s_time_main()
H A Ds_server.c1871 && SSL_CTX_set_max_proto_version(ctx, max_version) == 0) in s_server_main()
H A Ds_client.c1721 && SSL_CTX_set_max_proto_version(ctx, max_version) == 0) in s_client_main()
/third_party/openssl/apps/
H A Dciphers.c195 if (SSL_CTX_set_max_proto_version(ctx, max_version) == 0) in ciphers_main()
H A Ds_time.c250 if (SSL_CTX_set_max_proto_version(ctx, max_version) == 0) in s_time_main()
H A Ds_server.c1866 && SSL_CTX_set_max_proto_version(ctx, max_version) == 0) in s_server_main()
/third_party/openssl/test/helpers/
H A Dssltestlib.c848 && !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 Dboringssl.c613 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 Dopenssl.c793 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 Dssl.rs463 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 Dcrypto_context.cc545 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 Dmod.rs1156 #[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 Dssl.rs443 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 Dopenssl.c2802 /* 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()

Completed in 58 milliseconds

1234