summaryrefslogtreecommitdiffstats
path: root/doc/man7
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2021-02-25 17:00:38 +0000
committerMatt Caswell <matt@openssl.org>2021-03-08 15:11:31 +0000
commitcc57dc962516410f6269023c8a93913617414b5e (patch)
tree5dc625e2ab11697e6fa91c66434af67058047a7b /doc/man7
parent8e53d94d9971bb29a303dd2295f2f169b1c9a35e (diff)
Document the change in behaviour of the the low level key getters/setters
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14319)
Diffstat (limited to 'doc/man7')
-rw-r--r--doc/man7/evp.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man7/evp.pod b/doc/man7/evp.pod
index d8f5a2c1d3..c97abba3dd 100644
--- a/doc/man7/evp.pod
+++ b/doc/man7/evp.pod
@@ -29,7 +29,7 @@ The B<EVP_PKEY>I<XXX> functions provide a high-level interface to
asymmetric algorithms. To create a new EVP_PKEY see
L<EVP_PKEY_new(3)>. EVP_PKEYs can be associated
with a private key of a particular algorithm by using the functions
-described on the L<EVP_PKEY_set1_RSA(3)> page, or
+described on the L<EVP_PKEY_fromdata(3)> page, or
new keys can be generated using L<EVP_PKEY_keygen(3)>.
EVP_PKEYs can be compared using L<EVP_PKEY_cmp(3)>, or printed using
L<EVP_PKEY_print_private(3)>.
@@ -90,7 +90,7 @@ L<EVP_SignInit(3)>,
L<EVP_VerifyInit(3)>,
L<EVP_EncodeInit(3)>,
L<EVP_PKEY_new(3)>,
-L<EVP_PKEY_set1_RSA(3)>,
+L<EVP_PKEY_fromdata(3)>,
L<EVP_PKEY_keygen(3)>,
L<EVP_PKEY_print_private(3)>,
L<EVP_PKEY_decrypt(3)>,