summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/DH_get0_pqg.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The mdoc(7) .Ft macro does not need quoting of its arguments, but aboutschwarze2025-06-131-7/+7
| | | | | | | 10% of our manual pages using this macro employed useless quoting anyway. Remove these quotes such that they do not incite fear, uncertainty, and doubt in developers who happen to look at these pages. jmc@ and tb@ agree with the direction.
* .Lb libcrypto ; OK tb@schwarze2025-06-081-2/+3
|
* Unify description of the obsolete ENGINE parametertb2024-07-211-11/+4
| | | | | | | This uses the same language in most manuals mentioning the obsolete ENGINE parameters. Make it clear that it is always ignored and that NULL should be passed. Always call it engine instead of a mix of e pe, impl, eng.
* Document DH_get0_* for individual DH members.tb2023-03-061-3/+78
|
* 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.