Enum SSL.Constants.ProtocolVersion

Description

Constants for specifying the versions of SSL to use.

See also

SSL.sslfile()->create(), SSL.handshake()->create()


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_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.