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
282 if (ver == TLS_VERSION_1_1) in tls_version_ok()299 case TLS_VERSION_1_1: in tls_version_str()
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()
100 else if (conn->client_version > TLS_VERSION_1_1) in tls_process_client_hello()101 conn->rl.tls_version = TLS_VERSION_1_1; in tls_process_client_hello()