summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/DSA_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.
* fix previous: key -> parametertb2023-12-291-2/+2
|
* A .Xr to DSA_generate_parameters_ex() was lost accidentallytb2023-12-291-1/+2
|
* Adjust documentation for upcoming DSA_generate_parameters removaltb2023-12-291-3/+2
| | | | | | | This removes any mention of DSA_generate_parameters in the manuals apart from a comment that it is intentionally undocumented and adapts cross references to DSA_generate_parameters_ex. The file itself will be moved in a second step.
* Make order of pub_key and priv_key the same everywheretb2023-03-071-6/+6
|
* Document DSA_get0_* for individual DSA memberstb2023-03-061-3/+77
|
* add a few .Xr links to new manual pagesschwarze2022-07-131-2/+3
|
* finish crypto HISTORY; mostly 1.1.0/6.3, but also various other fixesschwarze2018-03-231-3/+5
|
* In dsa.h rev. 1.27 2018/02/20 17:45:44, tb@ providedschwarze2018-02-241-4/+66
| | | | | | DSA_clear_flags(3), DSA_test_flags(3), and DSA_set_flags(3), and in rev. 1.29 2018/02/20 17:52:27 DSA_get0_engine(3). Merge the documentation from OpenSSL, tweaked by me.
* In dsa.h rev. 1.25 2018/02/18 12:50:58, tb@ provided DSA_set0_pqg(3)schwarze2018-02-191-4/+68
| | | | | and in dsa.h rev. 1.26 2018/02/18 14:58:12 DSA_set0_key(3). Merge the documentation from OpenSSL.
* Merge documentation for {DH,DSA}_get0_{key,pqg}(3),schwarze2018-02-171-0/+124
EVP_PKEY_get0_{DH,DSA,RSA}(3), and RSA_{g,s}et0_key(3) that tb@ just provided.