Searched refs:TLS_VERSION_1_1 (Results 1 – 4 of 4) sorted by relevance
15 #define TLS_VERSION_1_1 0x0302 /* TLSv1.1 */ macro21 #define TLS_VERSION TLS_VERSION_1_1
176 rl->iv_size && rl->tls_version >= TLS_VERSION_1_1; in tlsv1_record_send()378 if (rl->tls_version >= TLS_VERSION_1_1) { in tlsv1_record_receive()
294 if (ver == TLS_VERSION_1_1) in tls_version_ok()311 case TLS_VERSION_1_1: in tls_version_str()
119 else if (conn->client_version > TLS_VERSION_1_1) in tls_process_client_hello()120 conn->rl.tls_version = TLS_VERSION_1_1; in tls_process_client_hello()