@@ -29,10 +29,11 @@
tls::connection channel
tls::import channel ?options?
tls::unimport channel
 
tls::ciphers protocol ?verbose?
+
tls::protocols
tls::version
COMMANDS
CALLBACK OPTIONS
@@ -61,10 +62,11 @@ tls::handshake channel
tls::import channel ?options?
tls::unimport channel

tls::ciphers protocol ?verbose?
+tls::protocols tls::version

DESCRIPTION

@@ -287,10 +289,15 @@
Returns a list of supported ciphers available for protocol, where protocol must be one of ssl2, ssl3, tls1, tls1.1, tls1.2, or tls1.3. If verbose is specified as true then a verbose, human readable list is returned with additional information on the cipher.
+ +
tls::protocols
+
Returns a list of supported protocols. Valid values are: + ssl2, ssl3, tls1, tls1.1, tls1.2, + and tls1.3.
tls::version
Returns the OpenSSL version string.