Enum openssl::ssl::SslMethod
[-]
[+]
[src]
pub enum SslMethod {
Sslv23,
Sslv3,
Tlsv1,
}Determines the SSL method supported
Variants
Sslv23 | Support the SSLv2, SSLv3 and TLSv1 protocols |
Sslv3 | Only support the SSLv3 protocol |
Tlsv1 | Only support the TLSv1 protocol |