Home
last modified time | relevance | path

Searched refs:TLS1_VERSION (Results 1 – 19 of 19) sorted by relevance

/dragonfly/crypto/libressl/ssl/
HDssl_methods.c248 .min_tls_version = TLS1_VERSION,
270 .min_tls_version = TLS1_VERSION,
292 .min_tls_version = TLS1_VERSION,
315 .min_tls_version = TLS1_VERSION,
336 .version = TLS1_VERSION,
337 .min_tls_version = TLS1_VERSION,
338 .max_tls_version = TLS1_VERSION,
357 .version = TLS1_VERSION,
358 .min_tls_version = TLS1_VERSION,
359 .max_tls_version = TLS1_VERSION,
[all …]
HDssl_versions.c154 min_version = TLS1_VERSION; in ssl_enabled_tls_version_range()
167 max_version = TLS1_VERSION; in ssl_enabled_tls_version_range()
168 if ((options & SSL_OP_NO_TLSv1) && min_version < TLS1_VERSION) in ssl_enabled_tls_version_range()
220 if (version == TLS1_VERSION || version == TLS1_1_VERSION || in ssl_tls_version()
316 else if (peer_tls_version >= TLS1_VERSION) in ssl_max_shared_version()
317 shared_version = TLS1_VERSION; in ssl_max_shared_version()
379 return version == TLS1_VERSION || version == TLS1_1_VERSION || in ssl_legacy_stack_version()
HDssl_packet.c258 if (min_version > TLS1_VERSION) in ssl_server_legacy_first_packet()
HDtls12_record_layer.c238 if (rl->version != TLS1_VERSION) { in tls12_record_layer_write_overhead()
975 if (rl->version != TLS1_VERSION) { in tls12_record_layer_open_record_protected_cipher()
1211 if (rl->version != TLS1_VERSION) { in tls12_record_layer_seal_record_protected_cipher()
HDssl_seclevel.c153 min_version = TLS1_VERSION; in ssl_security_secop_version()
HDssl_sess.c342 case TLS1_VERSION: in ssl_get_new_session()
964 if (s->version >= TLS1_VERSION) { in SSL_set_session_ticket_ext()
HDt1_enc.c391 s->method->version <= TLS1_VERSION) { in tls1_setup_key_block()
HDssl_pkt.c577 s->s3->hs.our_max_tls_version > TLS1_VERSION) in do_ssl3_write()
578 version = TLS1_VERSION; in do_ssl3_write()
HDtls13_client.c137 tls13_record_layer_set_legacy_version(ctx->rl, TLS1_VERSION); in tls13_client_hello_send()
HDtls13_server.c45 tls13_record_layer_set_legacy_version(ctx->rl, TLS1_VERSION); in tls13_server_init()
HDs3_lib.c1660 s->version = TLS1_VERSION; in ssl3_clear()
HDssl_lib.c2774 case TLS1_VERSION: in ssl_version_string()
/dragonfly/crypto/libressl/apps/openssl/
HDciphers.c56 .value = TLS1_VERSION,
HDs_cb.c379 case TLS1_VERSION: in msg_cb()
456 if (version == SSL3_VERSION || version == TLS1_VERSION || in msg_cb()
HDs_time.c406 if (ver == TLS1_VERSION) in print_tally_mark()
HDs_client.c326 s_client_config.min_version = TLS1_VERSION; in s_client_opt_protocol_version_tls1()
327 s_client_config.max_version = TLS1_VERSION; in s_client_opt_protocol_version_tls1()
HDs_server.c371 s_server_config.min_version = TLS1_VERSION; in s_server_opt_protocol_version_tls1()
372 s_server_config.max_version = TLS1_VERSION; in s_server_opt_protocol_version_tls1()
/dragonfly/crypto/libressl/include/openssl/
HDtls1.h178 #define TLS1_VERSION 0x0301 macro
/dragonfly/contrib/wpa_supplicant/src/crypto/
HDtls_openssl.c2955 version = TLS1_VERSION; in tls_set_conn_flags()