Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/
H A Dossl_shim.cc782 static uint16_t GetProtocolVersion(const SSL *ssl) { in GetProtocolVersion() function
818 GetProtocolVersion(ssl) < TLS1_3_VERSION; in CheckHandshakeProperties()
1180 GetProtocolVersion(ssl.get()) < TLS1_3_VERSION && in DoExchange()
1186 if (GetProtocolVersion(ssl.get()) >= TLS1_3_VERSION && !config->is_server) { in DoExchange()