Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mention EVP_PKEY_encrypt_old(3) and EVP_PKEY_decrypt_old(3) because | schwarze | 2023-09-10 | 1 | -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 such | schwarze | 2019-06-10 | 1 | -3/+2 |
| | | | | references were already given below RETURN VALUES right above | ||||
* | found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs | schwarze | 2018-03-27 | 1 | -6/+3 |
| | | | | on the web, so fix up SSLeay HISTORY accordingly | ||||
* | rsa.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git | schwarze | 2018-03-21 | 1 | -2/+8 |
| | |||||
* | In rsa.h rev. 1.38 2018/03/17 15:12:56 and dsa.h rev. 1.30 2018/03/17 | schwarze | 2018-03-18 | 1 | -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 related | jsing | 2017-08-28 | 1 | -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; | schwarze | 2017-08-20 | 1 | -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; | schwarze | 2017-03-25 | 1 | -5/+5 |
| | | | | from Matt Caswell <matt@openssl.org>, OpenSSL commit b41f6b64 | ||||
* | Change all references to rsa(3) to point to RSA_new(3) instead. | schwarze | 2016-12-11 | 1 | -3/+3 |
| | | | | Make sure all RSA pages point back to RSA_new(3). | ||||
* | minor cleanup; | jmc | 2016-12-02 | 1 | -3/+3 |
| | |||||
* | Copyright and license | schwarze | 2016-11-29 | 1 | -2/+50 |
| | |||||
* | first pass; ok schwarze | jmc | 2016-11-06 | 1 | -2/+5 |
| | |||||
* | convert RSA manuals from pod to mdoc | schwarze | 2016-11-04 | 1 | -0/+108 |