summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/RSA_pkey_ctx_ctrl.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Delete the manual pages EVP_PKEY_meth_new(3) and EVP_PKEY_meth_get0_info(3)schwarze2024-12-061-3/+2
| | | | | | | | because tb@ deleted almost all functions documented there from the API in evp.h 1.127 on March 2 this year, but move the functions EVP_PKEY_CTX_set_data(3) and EVP_PKEY_CTX_get_data(3) that we still support to EVP_PKEY_keygen(3), because that page already documents EVP_PKEY_CTX_set_app_data(3) and EVP_PKEY_CTX_get_app_data(3).
* Reinstate documentation of RSA_X931_PADDINGtb2023-05-051-7/+6
|
* Fix previous: add a missing andtb2023-04-161-2/+3
|
* Adjust documentation of X9.31 padding modetb2023-04-151-6/+6
|
* In rsa.h rev. 1.45, jsing@ providedschwarze2019-11-011-8/+16
| | | | | | the three macro constants RSA_PSS_SALTLEN_*; document them. The wording is a combination of our existing text and the wording in the OpenSSL 1.1.1 branch, which is still under a free license.
* In rsa.h rev. 1.45, jsing@ provided the threeschwarze2019-11-011-5/+59
| | | | | | macros EVP_PKEY_CTX_set_rsa_pss_keygen_*(3); document them. Text mostly taken from the OpenSSL 1.1.1 branch, which is still under a free license, but rearranged to fit the structure of our manual pages.
* move the PSS macros to the end in preparation for adding more macros,schwarze2019-11-011-50/+45
| | | | | reduce text duplication by forming subsections, and some minor corrections
* The EVP_PKEY_CTX_ctrl(3) manual page requires additions for RSA-PSSschwarze2019-11-011-0/+346
but it is growing to excessive size, so split out RSA_pkey_ctx_ctrl(3).