History log of /openbsd/lib/libcrypto/man/RSA_get0_key.3 (Results 1 – 8 of 8)
Revision Date Author Comments
# 660113a2 05-Jan-2025 tb <tb@openbsd.org>

Remove most of the RSA_FLAG_SIGN_VER documentation

ok jsing kn


# 45f6f80e 06-Mar-2023 tb <tb@openbsd.org>

Document RSA_get0_* for individual RSA members.

Loosely based on OpenSSL commit 6692ff77.

Prodded by job


# 1e09e4a4 13-Jul-2019 schwarze <schwarze@openbsd.org>

explain the acronym "CRT"; suggested by tb@


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

document the RSA_FLAG_* constants for RSA_*_flags(3);
OK tb@ jmc@


# 4b12da35 23-Mar-2018 schwarze <schwarze@openbsd.org>

finish crypto HISTORY; mostly 1.1.0/6.3, but also various other fixes


# 75854016 24-Feb-2018 schwarze <schwarze@openbsd.org>

In rsa.h rev. 1.37 2018/02/20 17:42:32, tb@ provided
RSA_clear_flags(3), RSA_test_flags(3), and RSA_set_flags(3).
Merge the documentation, tweaked by me.


# bbc89669 19-Feb-2018 schwarze <schwarze@openbsd.org>

In rsa.h rev. 1.34 2018/02/18 12:53:46, tb@ provided RSA_get0_factors(3)
and RSA_set0_factors(3) and in rev. 1.36 2018/02/18 12:57:14
RSA_get0_crt_params(3) and RSA_set0_crt_params(3).
Merge the docu

In rsa.h rev. 1.34 2018/02/18 12:53:46, tb@ provided RSA_get0_factors(3)
and RSA_set0_factors(3) and in rev. 1.36 2018/02/18 12:57:14
RSA_get0_crt_params(3) and RSA_set0_crt_params(3).
Merge the documentation from OpenSSL.

show more ...


# 6f64bd5e 17-Feb-2018 schwarze <schwarze@openbsd.org>

Merge documentation for {DH,DSA}_get0_{key,pqg}(3),
EVP_PKEY_get0_{DH,DSA,RSA}(3), and RSA_{g,s}et0_key(3)
that tb@ just provided.