Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete the display of the RSA_METHOD object | schwarze | 2019-06-08 | 1 | -70/+1 |
| | | | | | | | | | | which is now supposed to be opaque. OK tb@ I checked that all the information contained in comments in the display is available from the appropriate places in RSA_meth_new(3) and RSA_set_flags(3). Note that the comments regarding "mod_exp", "init", and "finish" were half-misleading simplifications, anyway. | ||||
* | In rsa.h rev. 1.40, gilles@ provided several new RSA_METHOD accessors. | schwarze | 2019-06-08 | 1 | -16/+51 |
| | | | | | Update the documentation. OK tb@ jmc@ | ||||
* | *an* RSA; | jmc | 2019-05-20 | 1 | -3/+3 |
| | |||||
* | * Do not document the non-existent function RSA_null_method(3). | schwarze | 2018-04-18 | 1 | -105/+43 |
| | | | | | | | | | | * Add three missing const qualifiers to function prototypes. * Correct the argument type of RSA_new_method(3). * Remove duplicate decsription of RSA_flags(3) and RSA_new_method(3). * Make the description of method selection simpler, more precise, and more concise. * Correct description of the return value of RSA_set_method(3). * Stop referencing engine(3). | ||||
* | found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs | schwarze | 2018-03-27 | 1 | -7/+6 |
| | | | | on the web, so fix up SSLeay HISTORY accordingly | ||||
* | crypto HISTORY up to 0.9.5; researched from OpenSSL git | schwarze | 2018-03-22 | 1 | -31/+6 |
| | |||||
* | crypto HISTORY up to 0.9.4; researched from OpenSSL git | schwarze | 2018-03-21 | 1 | -2/+3 |
| | |||||
* | rsa.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL git | schwarze | 2018-03-21 | 1 | -1/+3 |
| | |||||
* | rsa.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git | schwarze | 2018-03-21 | 1 | -3/+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. | ||||
* | Change all references to rsa(3) to point to RSA_new(3) instead. | schwarze | 2016-12-11 | 1 | -3/+2 |
| | | | | Make sure all RSA pages point back to RSA_new(3). | ||||
* | minor cleanup; | jmc | 2016-12-02 | 1 | -9/+10 |
| | |||||
* | Copyright and license | schwarze | 2016-11-29 | 1 | -2/+52 |
| | |||||
* | first pass; ok schwarze | jmc | 2016-11-06 | 1 | -4/+6 |
| | |||||
* | convert RSA manuals from pod to mdoc | schwarze | 2016-11-04 | 1 | -0/+339 |