summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/RSA_get0_key.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The mdoc(7) .Ft macro does not need quoting of its arguments, but aboutschwarze2025-06-131-10/+10
| | | | | | | 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
|
* Remove most of the RSA_FLAG_SIGN_VER documentationtb2025-01-051-11/+4
| | | | ok jsing kn
* Document RSA_get0_* for individual RSA members.tb2023-03-061-3/+106
| | | | | | Loosely based on OpenSSL commit 6692ff77. Prodded by job
* explain the acronym "CRT"; suggested by tb@schwarze2019-07-131-3/+4
|
* document the RSA_FLAG_* constants for RSA_*_flags(3);schwarze2019-06-081-3/+76
| | | | OK tb@ jmc@
* finish crypto HISTORY; mostly 1.1.0/6.3, but also various other fixesschwarze2018-03-231-3/+5
|
* In rsa.h rev. 1.37 2018/02/20 17:42:32, tb@ providedschwarze2018-02-241-3/+49
| | | | | RSA_clear_flags(3), RSA_test_flags(3), and RSA_set_flags(3). Merge the documentation, tweaked by me.
* In rsa.h rev. 1.34 2018/02/18 12:53:46, tb@ provided RSA_get0_factors(3)schwarze2018-02-191-12/+106
| | | | | | and RSA_set0_factors(3) and in rev. 1.36 2018/02/18 12:57:14 RSA_get0_crt_params(3) and RSA_set0_crt_params(3). Merge the documentation from OpenSSL.
* Merge documentation for {DH,DSA}_get0_{key,pqg}(3),schwarze2018-02-171-0/+148
EVP_PKEY_get0_{DH,DSA,RSA}(3), and RSA_{g,s}et0_key(3) that tb@ just provided.