Searched refs:usetls13 (Results 1 – 1 of 1) sorted by relevance
2398 int usetls13 = SSL_CONNECTION_IS_TLS13(s) in tls_construct_server_hello() local2401 version = usetls13 ? TLS1_2_VERSION : s->version; in tls_construct_server_hello()2437 if (usetls13) { in tls_construct_server_hello()2454 if (usetls13 || s->s3.tmp.new_compression == NULL) in tls_construct_server_hello()
Completed in 15 milliseconds