X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=e19ea183b7a3491908292c1e0b9046b2b95ed763;hp=7ef8de235bd658b0deae1f868004919eda890d3d;hb=525f51f6c98751de4db3b81789044d32e3686cda;hpb=78baa17ad04922f996514f24f3823b9b8d4ec434 diff --git a/CHANGES b/CHANGES index 7ef8de235b..e19ea183b7 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,12 @@ Changes between 0.9.4 and 0.9.5 [xx XXX 1999] + *) Add a bunch of DER and PEM functions to handle PKCS#8 format private + keys. Add some short names for PKCS#8 PBE algorithms and allow them + to be specified on the command line for the pkcs8 and pkcs12 utilities. + Update documentation. + [Steve Henson] + *) Support for ASN1 "NULL" type. This could be handled before by using ASN1_TYPE but there wasn't any function that would try to read a NULL and produce an error if it couldn't. For compatibility we also have