X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=565645aab0f3a1478bd0addd7f20bf7a38251edd;hp=bee9941a0c9ffe33e842d3d48bbae0032c312902;hb=b6af2c7e3e77e3dc9e295027e8921c9566d523e8;hpb=7ca1cfbac328e666c2464b5ee00883d8dd479999 diff --git a/CHANGES b/CHANGES index bee9941a0c..565645aab0 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,12 @@ Changes between 0.9.8j and 0.9.9 [xx XXX xxxx] + *) Update Gost ENGINE to support parameter files. + [Victor B. Wagner ] + + *) 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 +751,19 @@ 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 ] + *) New -hex option for openssl rand. [Matthieu Herrb]