X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=e42b7d7838e0b54901b42404d9382e9113f280c6;hp=ea5162d78c11d29a56cdd7319677e3c733cb2eaf;hb=33ab2e31f380888dc3b8d8ba7da6ded1ae51b0d5;hpb=c2c99e2860566044b23a5b3fded6f70b7436b9ad diff --git a/CHANGES b/CHANGES index ea5162d78c..e42b7d7838 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 @@ -743,6 +746,26 @@ *) Change 'Configure' script to enable Camellia by default. [NTT] + Changes between 0.9.8j and 0.9.8k [xx XXX xxxx] + + *) 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] + + *) Print out UTF8String and NumericString when parsing ASN1. + [Steve Henson] + + *) Support NumericString type for name components. + [Steve Henson] + + *) Allow CC in the environment to override the automatically chosen + compiler. Note that nothing is done to ensure flags work with the + chosen compiler. + [Ben Laurie] + Changes between 0.9.8i and 0.9.8j [07 Jan 2009] *) Properly check EVP_VerifyFinal() and similar return values