X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=a75283284755feb5be3455ec81ee7d73ffa967c1;hp=13a42b5ee61fc743f2a3cf42f3182d36464c9bf2;hb=c27309edcb2fba1fed691962d6e8f551f0dff31b;hpb=a6e7fcd140feb263ee0aa3e983b4689e1b6735b9 diff --git a/CHANGES b/CHANGES index 13a42b5ee6..a752832847 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,16 @@ Changes between 0.9.8b and 0.9.9 [xx XXX xxxx] + *) New functions EVP_Digest{Sign,Verify)*. These are enchance versions of + EVP_{Sign,Verify}* which allow an application to customise the signature + process. + [Steve Henson] + + *) New -resign option to smime utility. This adds one or more signers + to an existing PKCS#7 signedData structure. Also -md option to use an + alternative message digest algorithm for signing. + [Steve Henson] + *) Tidy up PKCS#7 routines and add new functions to make it easier to create PKCS7 structures containing multiple signers. Update smime application to support multiple signers.