Enum SSL.Constants.ProtocolVersion
- Description
Constants for specifying the versions of SSL/TLS to use.
- See also
- Constant PROTOCOL_SSL_3_0
constant
SSL.Constants.PROTOCOL_SSL_3_0
- Description
SSL 3.0 - The original SSL3 draft version.
- Constant PROTOCOL_SSL_3_1
constant
SSL.Constants.PROTOCOL_SSL_3_1
- Description
SSL 3.1 - The RFC 2246 version of SSL.
- Constant PROTOCOL_SSL_3_2
constant
SSL.Constants.PROTOCOL_SSL_3_2
- Description
SSL 3.2 - The RFC 4346 version of SSL.
- Constant PROTOCOL_SSL_3_3
constant
SSL.Constants.PROTOCOL_SSL_3_3
- Description
SSL 3.3 - The RFC 5246 version of SSL.
- Constant PROTOCOL_TLS_1_0
constant
SSL.Constants.PROTOCOL_TLS_1_0
- Description
TLS 1.0 - The RFC 2246 version of TLS.
- Constant PROTOCOL_TLS_1_1
constant
SSL.Constants.PROTOCOL_TLS_1_1
- Description
TLS 1.1 - The RFC 4346 version of TLS.
- Constant PROTOCOL_TLS_1_2
constant
SSL.Constants.PROTOCOL_TLS_1_2
- Description
TLS 1.2 - The RFC 5246 version of TLS.