summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/RSA_meth_new.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove most of the RSA_FLAG_SIGN_VER documentationtb2025-01-051-22/+2
| | | | ok jsing kn
* explain the acronym "CRT"; suggested by tb@schwarze2019-07-131-3/+4
|
* In rsa.h rev. 1.40, gilles@ provided several new RSA_METHOD accessors.schwarze2019-06-081-23/+431
| | | | | Update the documentation. OK tb@ jmc@
* tweak previous;jmc2018-09-121-2/+2
|
* Add some accessor functions:djm2018-09-121-10/+34
| | | | | | RSA_meth_get_finish() RSA_meth_set1_name() EVP_CIPHER_CTX_(get|set)_iv() feedback and ok jsing@ tb@
* In rsa.h rev. 1.38 2018/03/17 15:12:56 and dsa.h rev. 1.30 2018/03/17schwarze2018-03-181-0/+193
15:19:12, tb@ provided a subset of the DSA_meth_*(3) and RSA_meth_*(3) functions. Merge the relevant parts of the manual pages from OpenSSL, heavily tweaked by me, in particular for conciseness.