ciphers
The ciphers
command is used to obtain a list of the
ciphers that are supported for the different versions of the SSL
protocol. It is primarily useful as a test tool to determine the
appropriate cipher lists for the version of the protocol that you
wish to use. The command’s output is a list,
separated by colons, of the supported cipher strings matching the
criteria specified by the command’s options.
Include only the ciphers that are supported by SSLv2.
Include only the ciphers that are supported by SSLv3.
Include only the ciphers that are supported by TLSv1.
Produce a more verbose list of cipher strings that includes the protocol version, key exchange, authentication, encryption, and MAC algorithms.