summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man/SSL_CTX_set_options.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add Copyright and license.schwarze2016-12-011-134/+81
| | | | | | | | | | | | Delete explanation of SSL_OP_SINGLE_DH_USE, it is always on now. Delete explanation of obsolete option SSL_OP_EPHEMERAL_RSA. Delete various SSLv2 and SSLv3 remnants. Delete excessive verbiage detailing each obsolete option individually; instead, provide one concise list of obsolete options. Delete HISTORY of individual options; it was incomplete anyway and is not important enough to warrant so much bloat. Garbage collect two useless cross references.
* move manual pages from doc/ to man/ for consistency with otherschwarze2016-11-051-0/+395
libraries, in particular considering that there are unrelated files in doc/; requested by jsing@ and beck@