Better error reporting in 'openssl engine'
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 6eaec8a0d62ba7e312a3067b945605a9a570483a..6d83cfa2eebdc6e9798a7ac0097996d15bc92a64 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,16 @@
 
  Changes between 0.9.6 and 0.9.7  [xx XXX 2000]
 
+  *) Better error reporting in 'openssl engine'.
+     [Richard Levitte]
+
+  *) Never call load_dh_param(NULL) in s_server.
+     [Bodo Moeller]
+
+  *) Add engine application.  It can currently list engines by name and
+     identity, and test if they are actually available.
+     [Richard Levitte]
+
   *) Add support for shared libraries under Irix.
      [Albert Chin-A-Young <china@thewrittenword.com>]