summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/RSA_set_method.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Delete the display of the RSA_METHOD objectschwarze2019-06-081-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.schwarze2019-06-081-16/+51
| | | | | Update the documentation. OK tb@ jmc@
* *an* RSA;jmc2019-05-201-3/+3
|
* * Do not document the non-existent function RSA_null_method(3).schwarze2018-04-181-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 tarballsschwarze2018-03-271-7/+6
| | | | on the web, so fix up SSLeay HISTORY accordingly
* crypto HISTORY up to 0.9.5; researched from OpenSSL gitschwarze2018-03-221-31/+6
|
* crypto HISTORY up to 0.9.4; researched from OpenSSL gitschwarze2018-03-211-2/+3
|
* rsa.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL gitschwarze2018-03-211-1/+3
|
* rsa.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze2018-03-211-3/+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.
* Change all references to rsa(3) to point to RSA_new(3) instead.schwarze2016-12-111-3/+2
| | | | Make sure all RSA pages point back to RSA_new(3).
* minor cleanup;jmc2016-12-021-9/+10
|
* Copyright and licenseschwarze2016-11-291-2/+52
|
* first pass; ok schwarzejmc2016-11-061-4/+6
|
* convert RSA manuals from pod to mdocschwarze2016-11-041-0/+339