summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man/SSL_get_session.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* man pages: add missing commas between subordinate and main clausesnaddy2022-03-311-3/+3
| | | | | | | jmc@ dislikes a comma before "then" in a conditional, so leave those untouched. ok jmc@
* 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 0.9.5; researched from OpenSSL gitschwarze2018-03-221-2/+8
|
* ssl.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze2018-03-211-2/+6
|
* In ssl.h rev. 1.141 2018/02/20 18:07:11, tb@ providedschwarze2018-02-241-3/+5
| | | | | SSL_SESSION_get_protocol_version(3). Import the documentation form OpenSSL, tweaked by me, OK tb@.
* Additional SSL_SESSION documentationschwarze2017-04-101-3/+9
| | | | | from Matt Caswell <matt at openssl dot org>, OpenSSL commit b31db505. Improve crosslinking while here.
* Add Copyright and license.schwarze2016-12-031-5/+53
| | | | Minor corrections while here.
* move manual pages from doc/ to man/ for consistency with otherschwarze2016-11-051-0/+97
libraries, in particular considering that there are unrelated files in doc/; requested by jsing@ and beck@