@@ -29,10 +29,11 @@
tls::status ?-local? channel
tls::connection channel
tls::import channel ?options?
tls::unimport channel
+ tls::cipher name
tls::ciphers ?protocol? ?verbose? ?supported?
tls::digests ?name?
tls::macs
tls::protocols
tls::version
@@ -73,10 +74,11 @@
tls::connection channel
tls::handshake channel
tls::import channel ?options?
tls::unimport channel
+tls::cipher name
tls::ciphers ?protocol? ?verbose? ?supported?
tls::digests ?name?
tls::macs
tls::protocols
tls::version
@@ -433,10 +435,15 @@
Unique session master key.
session_cache_mode mode
Server cache mode (client, server, or both).
+
+ tls::cipher name
+ Return a list of property names and values describing cipher
+ name. Properties include name, description, block_size,
+ key_length, iv_length, type, and mode list.
tls::ciphers
?protocol? ?verbose? ?supported?
Without any args, returns a list of all ciphers. With protocol,
only the ciphers supported for that protocol are returned. See