X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=d87e1ebbdd7c1d7a5559aba23e27ad6fd5c73ea5;hp=9fe59f9acc20f261689a09cb90486302ec3b7219;hb=d20270980852968fcd8279f9c22d095935eca580;hpb=51ff0abb05d3e0e71b6666032b777c2c1f3fe5f1;ds=sidebyside diff --git a/CHANGES b/CHANGES index 9fe59f9acc..d87e1ebbdd 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,12 @@ Changes between 0.9.8a and 0.9.9 [xx XXX xxxx] + *) Add an OID cross reference table and utility functions. Its purpose is to + translate between signature OIDs such as SHA1WithrsaEncryption and SHA1, + rsaEncryption. This will allow some of the algorithm specific hackery + needed to use the correct OID to be removed. + [Steve Henson] + *) Remove algorithm specific dependencies when setting PKCS7_SIGNER_INFO structures for PKCS7_sign(). They are now set up by the relevant public key ASN1 method.