CVSROOT: /cvs Module name: src Changes by: l...@cvs.openbsd.org 2014/12/23 20:22:17
Modified files: usr.bin/openssl: openssl.1 Log message: Clean up CIPHERS and related sections: - Sync cipher strings with the ones that are actually implemented. - Remove CIPHERS SUITE NAMES (the actual cipher suites can be obtained via "openssl ciphers -v"), CIPHERS NOTES, and CIPHERS HISTORY sections. - Stop mentioning export cipher suites since they have already been removed. feedback from deraadt@ and jmc@ ok jmc@