Lines Matching full:sslv3
304 #define SSL_TXT_SSLV3 "SSLv3"
408 /* Used to hold functions for SSLv2 or SSLv3/TLSv1 functions */
438 struct ssl3_enc_method *ssl3_enc; /* Extra SSLv3/TLS stuff */
599 /* If set, a server will allow a client to issue a SSLv3.0 version number
747 * In SSLv2 this is 16 bytes, whereas SSLv3/TLSv1 it is 32 bytes. The callback
862 const EVP_MD *md5; /* For SSLv3/TLSv1 'ssl3-md5' */
863 const EVP_MD *sha1; /* For SSLv3/TLSv1 'ssl3->sha1' */
866 STACK_OF(SSL_COMP) *comp_methods; /* stack of SSL_COMP, SSLv3/TLSv1 */
1167 const SSL_METHOD *method; /* SSLv3 */
1223 struct ssl3_state_st *s3; /* SSLv3 variables */
1325 * SSLv3/TLS rollback check */
1434 #include <openssl/tls1.h> /* This is mostly sslv3 with a few tweaks */
1542 /* These alert types are for SSLv3 and TLSv1 */
1962 const SSL_METHOD *SSLv3_method(void); /* SSLv3 */
1963 const SSL_METHOD *SSLv3_server_method(void); /* SSLv3 */
1964 const SSL_METHOD *SSLv3_client_method(void); /* SSLv3 */
1966 const SSL_METHOD *SSLv23_method(void); /* SSLv3 but can rollback to v2 */
1967 const SSL_METHOD *SSLv23_server_method(void); /* SSLv3 but can rollback to v2 */
1968 const SSL_METHOD *SSLv23_client_method(void); /* SSLv3 but can rollback to v2 */