History log of /openbsd-src/lib/libcrypto/man/DH_generate_parameters.3 (Results 1 – 14 of 14)
Revision Date Author Comments
# 40d67ee7 13-Jul-2022 schwarze <schwarze@openbsd.org>

On May 4 14:19:08 2006 UTC, while fixing a security issue, djm@
provided the new public function DH_check_pub_key(3) in <openssl/dh.h>.
Sorry for being a bit tardy in documenting the new function.
Th

On May 4 14:19:08 2006 UTC, while fixing a security issue, djm@
provided the new public function DH_check_pub_key(3) in <openssl/dh.h>.
Sorry for being a bit tardy in documenting the new function.
Then again, OpenSSL doesn't document it either, yet.

While here, drop a HISTORY entry about a constant that
was renamed in OpenSSL 0.9.5. That's no longer relevant.

show more ...


# ab3cf6db 10-Jun-2019 schwarze <schwarze@openbsd.org>

delete references to ERR pages from SEE ALSO where such
references were already given below RETURN VALUES right above


# 64af7bbf 07-Jun-2019 schwarze <schwarze@openbsd.org>

Remove the last references to the RAND_*(3) functions.
These references were misleading because these functions are no
longer used internally and applications should not call them either.
Issue broug

Remove the last references to the RAND_*(3) functions.
These references were misleading because these functions are no
longer used internally and applications should not call them either.
Issue brought up by tb@.

show more ...


# 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


# 4b12da35 23-Mar-2018 schwarze <schwarze@openbsd.org>

finish crypto HISTORY; mostly 1.1.0/6.3, but also various other fixes


# 5eb75acb 20-Mar-2018 schwarze <schwarze@openbsd.org>

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


# 6f64bd5e 17-Feb-2018 schwarze <schwarze@openbsd.org>

Merge documentation for {DH,DSA}_get0_{key,pqg}(3),
EVP_PKEY_get0_{DH,DSA,RSA}(3), and RSA_{g,s}et0_key(3)
that tb@ just provided.


# e32e8344 10-Jun-2017 schwarze <schwarze@openbsd.org>

repair broken markup of callback argument; found with mandoc -Tlint


# 6ada955a 10-Dec-2016 schwarze <schwarze@openbsd.org>

Replace all references to dh(3) with DH_new(3).
Make sure that all DH pages point back to DH_new(3).


# cde9f20f 21-Nov-2016 schwarze <schwarze@openbsd.org>

Add Copyright and license.
Improve description of DH_check(3) results using information from
OpenSSL manual and a look at the source code, leaving out the bits
we don't have.


# ee2e8763 21-Nov-2016 schwarze <schwarze@openbsd.org>

replace cross-references to the rand(3) manual that no longer exists


# d06d0309 12-Nov-2016 jmc <jmc@openbsd.org>

minor cleanup;


# 8974101a 06-Nov-2016 jmc <jmc@openbsd.org>

first pass; ok schwarze


# 526c24c9 02-Nov-2016 schwarze <schwarze@openbsd.org>

convert DES and DH manuals from pod to mdoc