X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=df5967cf72af3a99a183df9a6d45d6fa30376f63;hp=695ed9747991393289f9c93141f4d03bedf39862;hb=57db09906be76c39ec157920936b080489d1139f;hpb=77202a85a0c9cf8f72bfaf02c5f8e4721fbd6ce0 diff --git a/CHANGES b/CHANGES index 695ed97479..df5967cf72 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,9 @@ Changes between 0.9.8j and 0.9.9 [xx XXX xxxx] + *) Support GeneralizedTime in ca utility. + [Oliver Martin , Steve Henson] + *) Enhance the hash format used for certificate directory links. The new form uses the canonical encoding (meaning equivalent names will work even if they aren't identical) and uses SHA1 instead of MD5. This form @@ -745,6 +748,15 @@ Changes between 0.9.8j and 0.9.8k [xx XXX xxxx] + *) Set S/MIME signing as the default purpose rather than setting it + unconditionally. This allows applications to override it at the store + level. + [Steve Henson] + + *) Permit restricted recursion of ASN1 strings. This is needed in practice + to handle some structures. + [Steve Henson] + *) Improve efficiency of mem_gets: don't search whole buffer each time for a '\n' [Jeremy Shapiro ]