/third_party/openssl/ssl/ |
D | s3_lib.c | 138 SSL3_VERSION, TLS1_2_VERSION, 154 SSL3_VERSION, TLS1_2_VERSION, 171 SSL3_VERSION, TLS1_2_VERSION, 187 SSL3_VERSION, TLS1_2_VERSION, 203 SSL3_VERSION, TLS1_2_VERSION, 219 SSL3_VERSION, TLS1_2_VERSION, 236 SSL3_VERSION, TLS1_2_VERSION, 252 SSL3_VERSION, TLS1_2_VERSION, 268 SSL3_VERSION, TLS1_2_VERSION, 284 SSL3_VERSION, TLS1_2_VERSION, [all …]
|
D | s3_msg.c | 50 if (s->version == SSL3_VERSION && desc == SSL_AD_PROTOCOL_VERSION) in ssl3_send_alert()
|
D | t1_trce.c | 63 {SSL3_VERSION, "SSL 3.0"}, 1116 if (TLS1_get_version(ssl) == SSL3_VERSION) { in ssl_print_client_keyex()
|
D | ssl_lib.c | 490 min_version = SSL3_VERSION; in ssl_check_allowed_versions() 507 max_version = SSL3_VERSION; in ssl_check_allowed_versions() 510 if (min_version == SSL3_VERSION) in ssl_check_allowed_versions() 528 || (min_version <= SSL3_VERSION && SSL3_VERSION <= max_version) in ssl_check_allowed_versions() 4000 case SSL3_VERSION: in ssl_protocol_to_string()
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/ |
D | ssl_methods.c | 44 IMPLEMENT_SSL_METHOD(SSL3_VERSION, 0, TLS_method_func, SSLv3_client_method); 59 IMPLEMENT_SSL_METHOD(SSL3_VERSION, 1, TLS_method_func, SSLv3_server_method); 74 IMPLEMENT_SSL_METHOD(SSL3_VERSION, -1, TLS_method_func, SSLv3_method);
|
D | ssl_lib.c | 814 else if (version == SSL3_VERSION) in ssl_protocol_to_string()
|
/third_party/openssl/apps/ |
D | s_time.c | 210 min_version = SSL3_VERSION; in s_time_main() 211 max_version = SSL3_VERSION; in s_time_main() 301 else if (ver == SSL3_VERSION) in s_time_main() 384 else if (ver == SSL3_VERSION) in s_time_main()
|
D | ciphers.c | 136 min_version = SSL3_VERSION; in ciphers_main() 137 max_version = SSL3_VERSION; in ciphers_main()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
D | ssl3.rs | 3 pub const SSL3_VERSION: c_int = 0x300; constant
|
/third_party/openssl/include/openssl/ |
D | prov_ssl.h | 22 # define SSL3_VERSION 0x0300 macro
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/ |
D | ssl3.h | 38 #define SSL3_VERSION 0x0300 macro
|
/third_party/nghttp2/src/ |
D | tls.cc | 81 case SSL3_VERSION: in get_tls_protocol()
|
/third_party/openssl/providers/implementations/ciphers/ |
D | ciphercommon_block.c | 167 case SSL3_VERSION: in ossl_cipher_tlsunpadblock()
|
D | cipher_aes_cbc_hmac_sha.c | 204 if (ctx->base.tlsversion == SSL3_VERSION in aes_set_ctx_params()
|
D | ciphercommon.c | 285 if (ctx->tlsversion == SSL3_VERSION) { in ossl_cipher_generic_block_update()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | ssl3.h | 209 # define SSL3_VERSION 0x0300 macro
|
/third_party/openssl/ssl/statem/ |
D | statem_lib.c | 329 if (s->version == SSL3_VERSION) { in tls_construct_cert_verify() 522 if (s->version == SSL3_VERSION) { in tls_process_cert_verify() 1457 {SSL3_VERSION, sslv3_client_method, sslv3_server_method}, 1459 {SSL3_VERSION, NULL, NULL}, 1678 valid_tls = version >= SSL3_VERSION && version <= TLS_MAX_VERSION_INTERNAL; in ssl_set_version_bound() 1823 if (client_version <= SSL3_VERSION) in ssl_choose_server_version()
|
D | statem_clnt.c | 49 if ((s->version > SSL3_VERSION in cert_req_allowed() 2862 if (s->version > SSL3_VERSION && !WPACKET_start_sub_packet_u16(pkt)) { in tls_construct_cke_rsa() 2882 if (s->version > SSL3_VERSION && !WPACKET_close(pkt)) { in tls_construct_cke_rsa() 3478 if (s->version == SSL3_VERSION) { in tls_prepare_client_certificate()
|
/third_party/openssl/doc/man3/ |
D | SSL_CTX_set_min_proto_version.pod | 41 Currently supported versions are B<SSL3_VERSION>, B<TLS1_VERSION>,
|
D | SSL_get_version.pod | 71 =item SSL3_VERSION
|
D | SSL_CTX_set_msg_callback.pod | 99 I<version> will be B<SSL3_VERSION>.
|
/third_party/openssl/apps/lib/ |
D | s_cb.c | 493 {"SSL 3.0", SSL3_VERSION}, 575 if (version == SSL3_VERSION || in msg_cb()
|
/third_party/openssl/test/ |
D | ssl_old_test.c | 810 {"ssl3", SSL3_VERSION}, in protocol_from_string() 1345 min_version = SSL3_VERSION; in main() 1346 max_version = SSL3_VERSION; in main()
|
/third_party/openssl/test/helpers/ |
D | ssl_test_ctx.c | 156 {"SSLv3", SSL3_VERSION},
|
/third_party/python/Modules/ |
D | _ssl.c | 224 PY_PROTO_SSLv3 = SSL3_VERSION, 239 #if defined(SSL3_VERSION) && !defined(OPENSSL_NO_SSL3) 261 #elif defined(SSL3_VERSION) && !defined(OPENSSL_NO_SSL3) 2995 #if defined(SSL3_VERSION) && !defined(OPENSSL_NO_SSL3) in _ssl__SSLContext_impl() 5953 #if defined(SSL3_VERSION) && !defined(OPENSSL_NO_SSL3) in sslmodule_init_constants()
|