Home
last modified time | relevance | path

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

/openssl/ssl/
H A Dt1_lib.c574 int isec, int *okfortls13) in tls_valid_group() argument
580 if (okfortls13 != NULL) in tls_valid_group()
581 *okfortls13 = 0; in tls_valid_group()
604 if (ret && okfortls13 != NULL && maxversion == TLS1_3_VERSION) in tls_valid_group()
605 *okfortls13 = (ginfo->maxtls == 0) in tls_valid_group()
H A Dssl_local.h2753 int maxversion, int isec, int *okfortls13);
/openssl/ssl/statem/
H A Dextensions_clnt.c225 int okfortls13; in tls_construct_ctos_supported_groups() local
227 if (tls_valid_group(s, ctmp, min_version, max_version, 0, &okfortls13) in tls_construct_ctos_supported_groups()
248 if (okfortls13 && max_version == TLS1_3_VERSION) in tls_construct_ctos_supported_groups()

Completed in 41 milliseconds