summaryrefslogtreecommitdiffstats
path: root/lib/libssl/man/ssl.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* various minor cleanup;jmc2016-12-161-4/+4
|
* Add Copyright and license.schwarze2016-12-101-1047/+149
| | | | | | | | | | | | | | Delete all the function prototypes. They are all available from their individual manual pages. Here, they were incomplete and nothing but a maintenance nightmare. Add several missing cross reference, such that this page now references all libssl manual pages. Delete a sentence that said nothing and correct a typo. Now all libssl manuals have proper Copyright notices and licenses, and i have merged all improvements from OpenSSL that i could find.
* garbage collect PSK remnantsschwarze2016-12-011-53/+2
|
* Purge some SSLv2 and SSLv3 stuff that no longer exists.schwarze2016-11-301-57/+11
|
* move manual pages from doc/ to man/ for consistency with otherschwarze2016-11-051-0/+1319
libraries, in particular considering that there are unrelated files in doc/; requested by jsing@ and beck@