X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=412c9fd3718e6f4237ecbb5ea1b2792485a351ab;hp=991e4b0972ef87583e06d35e4f5c76148dcadc68;hb=856640b54f3d22a34d6565e9c78c441a15222577;hpb=03919683f9bade36ef1b58e64638ac3ccbbf371a diff --git a/CHANGES b/CHANGES index 991e4b0972..412c9fd371 100644 --- a/CHANGES +++ b/CHANGES @@ -2,7 +2,21 @@ OpenSSL CHANGES _______________ - Changes between 0.9.8a and 0.9.9 [xx XXX xxxx] + Changes between 0.9.8b and 0.9.9 [xx XXX xxxx] + + *) Initial support for PKCS#5 v2.0 PRFs other than default SHA1 HMAC. + [Steve Henson] + + *) Replace the algorithm specific calls to generate keys in "req" with the + new API. + [Steve Henson] + + *) Update PKCS#7 enveloped data routines to use new API. This is now + supported by any public key method supporting the encrypt operation. A + ctrl is added to allow the public key algorithm to examine or modify + the PKCS#7 RecipientInfo structure if it needs to: for RSA this is + a no op. + [Steve Henson] *) Add a ctrl to asn1 method to allow a public key algorithm to express a default digest type to use. In most cases this will be SHA1 but some