Home
last modified time | relevance | path

Searched refs:SSL3_VERSION (Results 1 – 25 of 39) sorted by relevance

12

/third_party/openssl/ssl/
Ds3_lib.c138 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 …]
Ds3_msg.c50 if (s->version == SSL3_VERSION && desc == SSL_AD_PROTOCOL_VERSION) in ssl3_send_alert()
Dt1_trce.c63 {SSL3_VERSION, "SSL 3.0"},
1116 if (TLS1_get_version(ssl) == SSL3_VERSION) { in ssl_print_client_keyex()
Dssl_lib.c490 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/
Dssl_methods.c44 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);
Dssl_lib.c814 else if (version == SSL3_VERSION) in ssl_protocol_to_string()
/third_party/openssl/apps/
Ds_time.c210 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()
Dciphers.c136 min_version = SSL3_VERSION; in ciphers_main()
137 max_version = SSL3_VERSION; in ciphers_main()
/third_party/rust/crates/rust-openssl/openssl-sys/src/
Dssl3.rs3 pub const SSL3_VERSION: c_int = 0x300; constant
/third_party/openssl/include/openssl/
Dprov_ssl.h22 # define SSL3_VERSION 0x0300 macro
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
Dssl3.h38 #define SSL3_VERSION 0x0300 macro
/third_party/nghttp2/src/
Dtls.cc81 case SSL3_VERSION: in get_tls_protocol()
/third_party/openssl/providers/implementations/ciphers/
Dciphercommon_block.c167 case SSL3_VERSION: in ossl_cipher_tlsunpadblock()
Dcipher_aes_cbc_hmac_sha.c204 if (ctx->base.tlsversion == SSL3_VERSION in aes_set_ctx_params()
Dciphercommon.c285 if (ctx->tlsversion == SSL3_VERSION) { in ossl_cipher_generic_block_update()
/third_party/openssl/ohos_lite/include/openssl/
Dssl3.h209 # define SSL3_VERSION 0x0300 macro
/third_party/openssl/ssl/statem/
Dstatem_lib.c329 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()
Dstatem_clnt.c49 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/
DSSL_CTX_set_min_proto_version.pod41 Currently supported versions are B<SSL3_VERSION>, B<TLS1_VERSION>,
DSSL_get_version.pod71 =item SSL3_VERSION
DSSL_CTX_set_msg_callback.pod99 I<version> will be B<SSL3_VERSION>.
/third_party/openssl/apps/lib/
Ds_cb.c493 {"SSL 3.0", SSL3_VERSION},
575 if (version == SSL3_VERSION || in msg_cb()
/third_party/openssl/test/
Dssl_old_test.c810 {"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/
Dssl_test_ctx.c156 {"SSLv3", SSL3_VERSION},
/third_party/python/Modules/
D_ssl.c224 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()

12