Home
last modified time | relevance | path

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

/openbsd/src/lib/libssl/
Ds3_lib.c184 .algorithm_ssl = SSL_SSLV3,
197 .algorithm_ssl = SSL_SSLV3,
210 .algorithm_ssl = SSL_SSLV3,
223 .algorithm_ssl = SSL_SSLV3,
236 .algorithm_ssl = SSL_SSLV3,
253 .algorithm_ssl = SSL_SSLV3,
266 .algorithm_ssl = SSL_SSLV3,
279 .algorithm_ssl = SSL_SSLV3,
Dssl_ciphers.c43 case SSL_SSLV3: in ssl_cipher_allowed_in_tls_version_range()
Dssl_ciph.c350 .algorithm_ssl = SSL_SSLV3,
1334 if (alg_ssl & SSL_SSLV3) in SSL_CIPHER_description()
Dssl_local.h236 #define SSL_SSLV3 0x00000002L macro
237 #define SSL_TLSV1 SSL_SSLV3 /* for now */