summaryrefslogtreecommitdiffstats
path: root/lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Void functions obviously do not return values; no need to elaborate.schwarze2020-03-301-7/+2
| | | | Patch from Martin Vahlensieck <academicsolutions dot ch>.
* 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.2b; researched from OpenSSL gitschwarze2018-03-211-1/+7
|
* ssl.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze2018-03-211-2/+8
|
* New manual page SSL_set_tmp_ecdh(3) written from scratch.schwarze2017-08-121-3/+4
| | | | Feedback and OK jsing@.
* nits about trailing punctuation found with mandoc -Tlintschwarze2017-07-051-4/+4
|
* Add Copyright and license.schwarze2016-12-011-108/+95
| | | | | Merge various updates from OpenSSL, in particular stop talking about what happens without SSL_OP_SINGLE_DH_USE, which is now always on.
* move manual pages from doc/ to man/ for consistency with otherschwarze2016-11-051-0/+235
libraries, in particular considering that there are unrelated files in doc/; requested by jsing@ and beck@