Home
last modified time | relevance | path

Searched refs:okfortls13 (Results 1 – 3 of 3) sorted by relevance

/openssl/ssl/statem/
H A Dextensions_clnt.c252 int okfortls13; in tls_construct_ctos_supported_groups() local
254 if (tls_valid_group(s, ctmp, min_version, max_version, 0, &okfortls13) in tls_construct_ctos_supported_groups()
260 if (okfortls13 && max_version == TLS1_3_VERSION) in tls_construct_ctos_supported_groups()
/openssl/ssl/
H A Dt1_lib.c848 int isec, int *okfortls13) in tls_valid_group() argument
855 if (okfortls13 != NULL) in tls_valid_group()
856 *okfortls13 = 0; in tls_valid_group()
874 if (ret && okfortls13 != NULL && maxversion == TLS1_3_VERSION) in tls_valid_group()
875 *okfortls13 = (group_maxversion == 0) in tls_valid_group()
H A Dssl_local.h2802 int maxversion, int isec, int *okfortls13);

Completed in 35 milliseconds