summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man/SSL_SESSION_get_time.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove pointless NOTES section header linesschwarze2019-06-081-3/+3
|
* found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballsschwarze2018-03-271-4/+5
| | | | on the web, so fix up SSLeay HISTORY accordingly
* ssl.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL gitschwarze2018-03-211-2/+9
|
* ssl.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze2018-03-211-2/+10
|
* In ssl.h rev. 1.152 2018/03/17 15:55:52, tb@ providedschwarze2018-03-171-2/+3
| | | | | SSL_SESSION_has_ticket(3) and SSL_SESSION_get_ticket_lifetime_hint(3). Merge the documentation from OpenSSL, tweaked by me.
* Additional SSL_SESSION documentationschwarze2017-04-101-3/+5
| | | | | from Matt Caswell <matt at openssl dot org>, OpenSSL commit b31db505. Improve crosslinking while here.
* Copyright and license for the remaining manuals in this directoryschwarze2016-12-061-2/+50
|
* move manual pages from doc/ to man/ for consistency with otherschwarze2016-11-051-0/+98
libraries, in particular considering that there are unrelated files in doc/; requested by jsing@ and beck@