summaryrefslogtreecommitdiffstats
path: root/lib/libssl/man/SSL_COMP_add_compression_method.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add missing backlinks to ssl(3)schwarze2019-06-121-2/+4
|
* ssl.h HISTORY up to 0.9.8; researched from OpenSSL gitschwarze2018-03-231-2/+6
|
* ssl.h HISTORY up to 0.9.2b; researched from OpenSSL gitschwarze2018-03-211-2/+6
|
* Replace all of the text by a deprecation notice:schwarze2016-11-291-49/+29
| | | | | | | LibreSSL was decompressed long ago. Mention SSL_COMP_get_compression_methods(3) which is both available in our public interface and documented by OpenSSL.
* move manual pages from doc/ to man/ for consistency with otherschwarze2016-11-051-0/+68
libraries, in particular considering that there are unrelated files in doc/; requested by jsing@ and beck@