CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2020/04/14 05:57:31
Modified files: lib/libssl/man : SSL_CTX_set_cipher_list.3 Log message: Delete the three sentences listing the ciphers currently included in LOW, MEDIUM, and HIGH. That's going to change repeatedly and the extra maintenance effort for keeping it up to date is a waste because people can trivially run "openssl ciphers -v LOW" to look it up. Besides, updating it will usually be forgotten; the LOW entry was already wrong. Suggested by jsing@.