summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man/d2i_SSL_SESSION.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove pointless NOTES section header linesschwarze2019-06-081-3/+3
|
* Fix formatting and grammatical issues with the description of how to usejsing2018-08-271-19/+17
| | | | | | | i2d_SSL_SESSION. Also rework the example code so that it is clearer and uses more appropriate names. Input from and ok schwarze@, tb@
* found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballsschwarze2018-03-271-3/+3
| | | | on the web, so fix up SSLeay HISTORY accordingly
* ssl.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze2018-03-211-2/+8
|
* fix some .Xr errors that jmc@ found with mdoclint(1)schwarze2017-04-101-5/+5
|
* Add Copyright and license.schwarze2016-12-051-2/+50
| | | | Add one cross reference, from OpenSSL.
* move manual pages from doc/ to man/ for consistency with otherschwarze2016-11-051-0/+129
libraries, in particular considering that there are unrelated files in doc/; requested by jsing@ and beck@