summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man/SSL_CTX_new.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add Copyright and license.schwarze2016-11-301-54/+164
| | | | | | | | | Remove the last traces of SSLv3. Add TLS_method(3), TLSv1_2_method(3), DTLSv1_method(3) and friends. Add missing prototypes to the SYNOPSIS. Merge additional information from OpenSSL. Simplify description of TLSv1_method(3) and SSLv23_method(3), from OpenSSL. Some additional minor fixes.
* move manual pages from doc/ to man/ for consistency with otherschwarze2016-11-051-0/+111
libraries, in particular considering that there are unrelated files in doc/; requested by jsing@ and beck@