aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-06-23 16:27:37 +0000
committerRichard Levitte <levitte@openssl.org>2001-06-23 16:27:37 +0000
commit235dd0a22a165b72a9e515c5a8b9c19ab5c11007 (patch)
tree0d49a75b73eca707827d5ef9ec8e2331f47c9e4f
parentb589977b9ea9a0d102c64add1d0d44d6015ce591 (diff)
downloadopenssl-235dd0a22a165b72a9e515c5a8b9c19ab5c11007.tar.gz
Document recent changes.
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
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().