diff options
author | Richard Levitte <levitte@openssl.org> | 2001-06-23 18:27:37 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2001-06-23 18:27:37 +0200 |
commit | 235dd0a22a165b72a9e515c5a8b9c19ab5c11007 (patch) | |
tree | 0d49a75b73eca707827d5ef9ec8e2331f47c9e4f /CHANGES | |
parent | Do not loop i the OpenSSL UI method any more. Instead, letthe (diff) | |
download | openssl-235dd0a22a165b72a9e515c5a8b9c19ab5c11007.tar.xz openssl-235dd0a22a165b72a9e515c5a8b9c19ab5c11007.zip |
Document recent changes.
Diffstat (limited to '')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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(). |