From: Richard Levitte Date: Sat, 23 Jun 2001 16:27:37 +0000 (+0000) Subject: Document recent changes. X-Git-Tag: OpenSSL_0_9_6c~182^2~81 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=235dd0a22a165b72a9e515c5a8b9c19ab5c11007;p=oweals%2Fopenssl.git Document recent changes. --- diff --git a/CHANGES b/CHANGES index cf2d4f9e1c..8e5a0ca62b 100644 --- a/CHANGES +++ b/CHANGES @@ -11,6 +11,10 @@ *) applies to 0.9.6a (/0.9.6b) and 0.9.7 +) applies to 0.9.7 only + *) Enhance the general user interface with mechanisms for inner control + and with pssibilities to have yes/no kind of prompts. + [Richard Levitte] + *) Change all calls to low level digest routines in the library and applications to use EVP. Add missing calls to HMAC_cleanup() and don't assume HMAC_CTX can be copied using memcpy().