X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=8ccb3b9c08ae8aa30ac47647a5defac1b2f70111;hp=a19f241bb43c32a36c8647d4b820b3c0354ba222;hb=88ce56f8c19afca84548ce85bbc9b5dda3c724f9;hpb=664d83bb23e7e6d30b63f6127b454f7c6dc33da9 diff --git a/CHANGES b/CHANGES index a19f241bb4..8ccb3b9c08 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,12 @@ Changes between 0.9.6 and 0.9.7 [xx XXX 2000] + *) Various new functions. EVP_Digest() combines EVP_Digest{Init,Update,Final}() + in a single operation. X509_get0_pubkey_bitstr() extracts the public_key + structure from a certificate. X509_pubkey_digest() digests tha public_key + contents: this is used in various key identifiers. + [Steve Henson] + *) Tolerate nonRepudiation as being valid for S/MIME signing and certSign keyUsage if basicConstraints absent for a CA. [Steve Henson]