Home
last modified time | relevance | path

Searched refs:SSL3_VERSION_MAJOR (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/crypto/openssl/include/openssl/
HDssl3.h210 # define SSL3_VERSION_MAJOR 0x03 macro
/freebsd-13-stable/crypto/openssl/ssl/
HDssl_asn1.c266 if ((as->ssl_version >> 8) != SSL3_VERSION_MAJOR in d2i_SSL_SESSION()
/freebsd-13-stable/crypto/openssl/ssl/statem/
HDstatem.c364 if ((s->version >> 8) != SSL3_VERSION_MAJOR) { in state_machine()
HDstatem_srvr.c1654 != (SSL3_VERSION_MAJOR << 8)) { in tls_early_post_process_client_hello()
/freebsd-13-stable/crypto/openssl/ssl/record/
HDssl3_record.c343 if ((version >> 8) != SSL3_VERSION_MAJOR) { in ssl3_get_record()