]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/man7/evp.pod
Add EVP_PKEY_todata() and EVP_PKEY_export() functions.
[thirdparty/openssl.git] / doc / man7 / evp.pod
index 74fc975ce15b30d9873e340bca3de67791df6597..307008f7ba1af3748e4f9997b85e0e72a015da61 100644 (file)
@@ -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)>,