History log of /openbsd-src/lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3 (Results 1 – 11 of 11)
Revision Date Author Comments
# de980744 18-Jan-2025 tb <tb@openbsd.org>

Stop mentioning DSA/DSS

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 wor

Stop mentioning DSA/DSS

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

show more ...


# 41ce3b17 31-Mar-2022 naddy <naddy@openbsd.org>

man pages: add missing commas between subordinate and main clauses

jmc@ dislikes a comma before "then" in a conditional, so leave those
untouched.

ok jmc@


# 25a24f0b 18-Feb-2022 jsg <jsg@openbsd.org>

Avoid gendered language in man pages when not referring to a specific
person. Rewrite or use singular they.

ok thfr@ sthen@ daniel@ ian@ job@ kmos@ jcs@ ratchov@ phessler@ and
others I'm likely miss

Avoid gendered language in man pages when not referring to a specific
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@

show more ...


# f1736f32 30-Mar-2020 schwarze <schwarze@openbsd.org>

Void functions obviously do not return values; no need to elaborate.
Patch from Martin Vahlensieck <academicsolutions dot ch>.


# 10e00d17 27-Mar-2018 schwarze <schwarze@openbsd.org>

found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs
on the web, so fix up SSLeay HISTORY accordingly


# a14b330b 21-Mar-2018 schwarze <schwarze@openbsd.org>

ssl.h HISTORY up to 0.9.2b; researched from OpenSSL git


# 8fba1ec8 21-Mar-2018 schwarze <schwarze@openbsd.org>

ssl.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git


# ee3c233f 12-Aug-2017 schwarze <schwarze@openbsd.org>

New manual page SSL_set_tmp_ecdh(3) written from scratch.
Feedback and OK jsing@.


# 45224523 05-Jul-2017 schwarze <schwarze@openbsd.org>

nits about trailing punctuation found with mandoc -Tlint


# 3de50743 01-Dec-2016 schwarze <schwarze@openbsd.org>

Add Copyright and license.
Merge various updates from OpenSSL, in particular stop talking about
what happens without SSL_OP_SINGLE_DH_USE, which is now always on.


# f1a3c524 05-Nov-2016 schwarze <schwarze@openbsd.org>

move manual pages from doc/ to man/ for consistency with other
libraries, in particular considering that there are unrelated
files in doc/; requested by jsing@ and beck@