Lines Matching refs:TLS1_3_VERSION
132 || c->min_tls >= TLS1_3_VERSION) { in use_ecc()
204 && (SSL_IS_DTLS(s) || max_version < TLS1_3_VERSION)) in tls_construct_ctos_supported_groups()
231 if (okfortls13 && max_version == TLS1_3_VERSION) in tls_construct_ctos_supported_groups()
245 if (tls13added == 0 && max_version == TLS1_3_VERSION) { in tls_construct_ctos_supported_groups()
265 && s->session->ssl_version != TLS1_3_VERSION) { in tls_construct_ctos_session_ticket()
539 if (max_version < TLS1_3_VERSION) in tls_construct_ctos_supported_versions()
754 && psksess->ssl_version != TLS1_3_VERSION))) { in tls_construct_ctos_early_data()
797 || !SSL_SESSION_set_protocol_version(psksess, TLS1_3_VERSION)) { in tls_construct_ctos_early_data()
929 if (s->session->ssl_version == TLS1_3_VERSION in tls_construct_ctos_padding()
995 if (s->session->ssl_version != TLS1_3_VERSION in tls_construct_ctos_psk()
1714 if (version != TLS1_3_VERSION) { in tls_parse_stoc_supported_versions()