CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/07/19 10:07:35
Modified files:
usr.bin/openssl: ciphers.c
Log message:
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
