summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man/SSL_CIPHER_get_name.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add Copyright and license.schwarze2016-11-291-67/+99
| | | | | | | SSLv2 and export ciphers are no longer supported, delete related text. Sync SSL_CIPHER_description(3) return values with the source code. Wording simplifications from OpenSSL. Delete empty RETURN VALUES section.
* move manual pages from doc/ to man/ for consistency with otherschwarze2016-11-051-0/+196
libraries, in particular considering that there are unrelated files in doc/; requested by jsing@ and beck@