diff options
Diffstat (limited to 'doc/man7/evp.pod')
-rw-r--r-- | doc/man7/evp.pod | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/man7/evp.pod b/doc/man7/evp.pod index 74fc975ce1..307008f7ba 100644 --- a/doc/man7/evp.pod +++ b/doc/man7/evp.pod @@ -32,7 +32,8 @@ with a private key of a particular algorithm by using the functions 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)>. +L<EVP_PKEY_print_private(3)>. L<EVP_PKEY_todata(3)> can be used to convert a +key back into an L<OSSL_PARAM(3)> array. The EVP_PKEY functions support the full range of asymmetric algorithm operations: @@ -91,6 +92,7 @@ L<EVP_VerifyInit(3)>, L<EVP_EncodeInit(3)>, L<EVP_PKEY_new(3)>, L<EVP_PKEY_fromdata(3)>, +L<EVP_PKEY_todata(3)>, L<EVP_PKEY_keygen(3)>, L<EVP_PKEY_print_private(3)>, L<EVP_PKEY_decrypt(3)>, |