summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/RSA_public_encrypt.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mention EVP_PKEY_encrypt_old(3) and EVP_PKEY_decrypt_old(3) becauseschwarze2023-09-101-7/+87
| | | | | | | some software still calls them. Put them here because despite the function and header names, they are really specific to RSA. Besides, this avoids a distraction in the more important EVP_PKEY_encrypt(3) and EVP_PKEY_decrypt(3) manual pages.
* delete references to ERR pages from SEE ALSO where suchschwarze2019-06-101-3/+2
| | | | references were already given below RETURN VALUES right above
* found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballsschwarze2018-03-271-6/+3
| | | | on the web, so fix up SSLeay HISTORY accordingly
* rsa.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze2018-03-211-2/+8
|
* In rsa.h rev. 1.38 2018/03/17 15:12:56 and dsa.h rev. 1.30 2018/03/17schwarze2018-03-181-2/+3
| | | | | | 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.
* Remove RSA_padding_add_SSLv23()/RSA_padding_check_SSLv23() and relatedjsing2017-08-281-5/+2
| | | | | | code. We removed SSLv2/SSLv3 a long time ago... Discussed with doug@
* Add a BUGS section stating that RSA_PKCS1_PADDING is weak by design;schwarze2017-08-201-3/+11
| | | | | from Emilia Kasper <emilia at openssl dot org> via OpenSSL commit 1e3f62a3 Jul 17 16:47:13 2017 +0200.
* fix two more prototypes;schwarze2017-03-251-5/+5
| | | | from Matt Caswell <matt@openssl.org>, OpenSSL commit b41f6b64
* Change all references to rsa(3) to point to RSA_new(3) instead.schwarze2016-12-111-3/+3
| | | | Make sure all RSA pages point back to RSA_new(3).
* minor cleanup;jmc2016-12-021-3/+3
|
* Copyright and licenseschwarze2016-11-291-2/+50
|
* first pass; ok schwarzejmc2016-11-061-2/+5
|
* convert RSA manuals from pod to mdocschwarze2016-11-041-0/+108