summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/DH_get0_pqg.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add a few .Xr links to new manual pagesschwarze2022-07-131-2/+3
|
* Clarify behaviour of DH_get0_pqg(3) and DH_get0_key(3) with NULL arguments;schwarze2018-12-211-4/+19
| | | | | from <Matthias dot St dot Pierre at ncp dash e dot com> via OpenSSL commit 5777254b May 27 09:07:07 2018 +0200.
* finish crypto HISTORY; mostly 1.1.0/6.3, but also various other fixesschwarze2018-03-231-3/+5
|
* In dh.h rev. 1.22 2018/02/20 17:38:15, tb@ providedschwarze2018-02-231-7/+82
| | | | | | | DH_clear_flags(3), DH_test_flags(3), and DH_set_flags(3), in rev. 1.24 2018/02/20 18:01:42 DH_set_length(3), and in rev. 1.25 2018/02/22 16:41:04, jsing@ provided DH_get0_engine(3). Merge the documentation from OpenSSL, tweaked by me.
* In dh.h rev. 1.20 2018/02/18 12:51:31, tb@ provided DH_set0_pqg(3)schwarze2018-02-191-4/+64
| | | | | and in dh.h rev. 1.21 2018/02/18 14:58:12 DH_set0_key(3). Merge the documentation from OpenSSL.
* Merge documentation for {DH,DSA}_get0_{key,pqg}(3),schwarze2018-02-171-0/+121
EVP_PKEY_get0_{DH,DSA,RSA}(3), and RSA_{g,s}et0_key(3) that tb@ just provided.