summaryrefslogtreecommitdiff
path: root/lib/libssl/man/SSL_CTX_sessions.3
AgeCommit message (Collapse)Author
2018-04-25Avoid talking about the innternal, undocumented data type "struct lhash_st",Ingo Schwarze
show the public data type name "LHASH_OF(SSL_SESSION)" instead.
2018-03-27found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballsIngo Schwarze
on the web, so fix up SSLeay HISTORY accordingly
2018-03-21ssl.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitIngo Schwarze
2016-11-30Copyright and licenseIngo Schwarze
2016-11-05move manual pages from doc/ to man/ for consistency with otherIngo Schwarze
libraries, in particular considering that there are unrelated files in doc/; requested by jsing@ and beck@