]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - CHANGES
Gather printing routines into EVP_PKEY_ASN1_METHOD.
[thirdparty/openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index e054aed69cba5cf674a213c29f8c2521c29ecb91..4f05a8911a26d46627e3cdbf6fbb346903b9ff4c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,12 @@
 
  Changes between 0.9.8a and 0.9.9  [xx XXX xxxx]
 
+  *) Transfer public key printing routines to EVP_PKEY_ASN1_METHOD. New 
+     functions EVP_PKEY_print_public(), EVP_PKEY_print_private(),
+     EVP_PKEY_print_param() to print public key data from an EVP_PKEY
+     structure.
+     [Steve Henson]
+
   *) Initial support for pluggable public key ASN1.
      De-spaghettify the public key ASN1 handling. Move public and private
      key ASN1 handling to a new EVP_PKEY_ASN1_METHOD structure. Relocate