History log of /openbsd-src/lib/libcrypto/man/RSA_set_method.3 (Results 1 – 18 of 18)
Revision Date Author Comments
# b7274ba6 19-Nov-2023 tb <tb@openbsd.org>

Strip mention of ENGINE out of *_set_method.3


# 2181f9ce 14-May-2023 tb <tb@openbsd.org>

Fix another mandoc -Tlint warning

With this the only -Tlint warnings are about Xr to undocumented functions:
EVP_CIPHER_CTX_copy, EVP_CIPHER_CTX_get_cipher_data, X509V3_EXT_get_nid.


# 1ab0fb16 15-Jan-2022 jsg <jsg@openbsd.org>

spelling
ok tb@


# bbe4885b 08-Jun-2019 schwarze <schwarze@openbsd.org>

Delete the display of the RSA_METHOD object
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 place

Delete the display of the RSA_METHOD object
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.

show more ...


# 99647b63 08-Jun-2019 schwarze <schwarze@openbsd.org>

In rsa.h rev. 1.40, gilles@ provided several new RSA_METHOD accessors.
Update the documentation.
OK tb@ jmc@


# cf72297a 20-May-2019 jmc <jmc@openbsd.org>

*an* RSA;


# 2b2bdfa4 18-Apr-2018 schwarze <schwarze@openbsd.org>

* Do not document the non-existent function RSA_null_method(3).
* Add three missing const qualifiers to function prototypes.
* Correct the argument type of RSA_new_method(3).
* Remove duplicate decsr

* Do not document the non-existent function RSA_null_method(3).
* 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).

show more ...


# 10e00d17 27-Mar-2018 schwarze <schwarze@openbsd.org>

found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs
on the web, so fix up SSLeay HISTORY accordingly


# 958c08b5 22-Mar-2018 schwarze <schwarze@openbsd.org>

crypto HISTORY up to 0.9.5; researched from OpenSSL git


# 3fe1df4a 21-Mar-2018 schwarze <schwarze@openbsd.org>

crypto HISTORY up to 0.9.4; researched from OpenSSL git


# 6b430279 21-Mar-2018 schwarze <schwarze@openbsd.org>

rsa.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL git


# 47ef50e0 21-Mar-2018 schwarze <schwarze@openbsd.org>

rsa.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git


# 80655ea9 18-Mar-2018 schwarze <schwarze@openbsd.org>

In rsa.h rev. 1.38 2018/03/17 15:12:56 and dsa.h rev. 1.30 2018/03/17
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 f

In rsa.h rev. 1.38 2018/03/17 15:12:56 and dsa.h rev. 1.30 2018/03/17
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.

show more ...


# 78bb7a80 11-Dec-2016 schwarze <schwarze@openbsd.org>

Change all references to rsa(3) to point to RSA_new(3) instead.
Make sure all RSA pages point back to RSA_new(3).


# b5b3773b 02-Dec-2016 jmc <jmc@openbsd.org>

minor cleanup;


# 860a60ec 29-Nov-2016 schwarze <schwarze@openbsd.org>

Copyright and license


# 8974101a 06-Nov-2016 jmc <jmc@openbsd.org>

first pass; ok schwarze


# 29ab75b0 04-Nov-2016 schwarze <schwarze@openbsd.org>

convert RSA manuals from pod to mdoc