CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/02/08 18:15:28
Modified files:
usr.bin/openssl: ciphers.c
Log message:
Rewrite the openssl(1) ciphers command.
This has the same functionality as the previous version, however uses the
new option handling code, uses SSL_CIPHER_get_value() since we no longer
care about SSlv2 cipher suites and uses standard I/O functions instead of
BIO functions.
ok beck@ doug@
