summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* .Lb libssl libcrypto ; OK tb@schwarze2025-06-081-2/+3
|
* Stop mentioning DSA/DSStb2025-01-181-3/+2
| | | | | | | | Support for this went away in 2017, but a few things still mentioned DSA in various contexts. Replace DSA with ECDSA where appropriate and otherwise delete this. It won't work. ok jsing
* 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@
* Avoid gendered language in man pages when not referring to a specificjsg2022-02-181-4/+4
| | | | | | | | person. Rewrite or use singular they. ok thfr@ sthen@ daniel@ ian@ job@ kmos@ jcs@ ratchov@ phessler@ and others I'm likely missing on an earlier version. feedback tj@, feedback and ok jmc@
* 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@