Index: doc/tls.html
==================================================================
--- doc/tls.html
+++ doc/tls.html
@@ -30,10 +30,11 @@
tls::status ?-local? channel
tls::connection channel
tls::import channel ?options?
tls::unimport channel
+ tls::ciphers ?protocol? ?verbose? ?supported?
tls::protocols
tls::version
COMMANDS
@@ -62,10 +63,11 @@
tls::connection channel
tls::handshake channel
tls::import channel ?options?
tls::unimport channel
+tls::ciphers ?protocol? ?verbose? ?supported?
tls::protocols
tls::version
@@ -420,10 +422,21 @@
Unique session master key.
session_cache_mode mode
Server cache mode (client, server, or both).
+
+ tls::ciphers
+ ?protocol? ?verbose? ?supported?
+ Without any args, returns a list of all symmetric ciphers for use with
+ the -cipher option. With protocol,
+ only the ciphers supported for that protocol are returned. See
+ tls::protocols command for the supported protocols. If
+ verbose is specified as true then a verbose, human readable
+ list is returned with additional information on the cipher. If
+ supported is specified as true, then only the ciphers
+ supported for protocol will be listed.
tls::protocols
Returns a list of the supported protocols. Valid values are:
ssl2, ssl3, tls1, tls1.1, tls1.2,
and tls1.3. Exact list depends on OpenSSL version and