summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/RSA_pkey_ctx_ctrl.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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).