From 19f909856d5cd955493978f1bfaf79c107c20201 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Wed, 4 Dec 2019 10:21:52 +0000 Subject: [PATCH] Update the HISTORY entry for RSA_get0_pss_params() Make a note of when this function was first introduced Reviewed-by: Richard Levitte Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/10568) (cherry picked from commit e2af84bd45c017c0c6a0fa06ee5d7fcf11d7366d) --- doc/man3/RSA_get0_key.pod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/man3/RSA_get0_key.pod b/doc/man3/RSA_get0_key.pod index a947c39643..29101fb8a1 100644 --- a/doc/man3/RSA_get0_key.pod +++ b/doc/man3/RSA_get0_key.pod @@ -163,6 +163,8 @@ L, L =head1 HISTORY +The RSA_get0_pss_params() function was added in OpenSSL 1.1.1e. + The RSA_get_multi_prime_extra_count(), RSA_get0_multi_prime_factors(), RSA_get0_multi_prime_crt_params(), RSA_set0_multi_prime_params(), -- 2.25.1