Home
last modified time | relevance | path

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

/minix/crypto/external/bsd/openssl/dist/ssl/
H A Dtls1.h167 # define TLS1_VERSION_MAJOR 0x03 macro
177 ((s->version >> 8) == TLS1_VERSION_MAJOR ? s->version : 0)
180 ((s->client_version >> 8) == TLS1_VERSION_MAJOR ? s->client_version : 0)
H A Ds23_clnt.c394 version_major = TLS1_VERSION_MAJOR; in ssl23_client_hello()
H A Dssl_ciph.c620 if (s->ssl_version >> 8 != TLS1_VERSION_MAJOR || in ssl_cipher_get_evp()