SSLv23
Secure sockets (SSL, TLS) > Secure socket configuration > SSL/TLS methods
Prev:SSLv2
Next:SSLv3


Vocabulary
io.sockets.secure

Word description
Possible value for the method slot of a secure-config.

This value indicates that either SSLv2 or SSLv3 is acceptable.

Definition
IN: io.sockets.secure

SINGLETON: SSLv23


Methods
USING: io.sockets.secure io.sockets.secure.openssl kernel
openssl.libssl ;

M: SSLv23 ssl-method drop SSLv23_method ;