Allow displaying ciphers according to protocol version
authortb <tb@openbsd.org>
Tue, 19 Jul 2022 16:07:35 +0000 (16:07 +0000)
committertb <tb@openbsd.org>
Tue, 19 Jul 2022 16:07:35 +0000 (16:07 +0000)
commit572c5ceba63fc051dbb26615db9642e8e36216ab
tree73b69f8d2b04b192a3eded58b274a6e4d91b142d
parent506f72cff90310352286a73785354ec0d765d7b7
Allow displaying ciphers according to protocol version

Instead of only using the default client method, allow selecting a
specific protocol version and display the supported ciphers accordingly.
This removes the noop status of -tls1 and adds -tls1_{1,2,3} as in
other commands.

ok jsing
usr.bin/openssl/ciphers.c