update CHANGES
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 4a0ce55c564d989cb9d4ad95b9ac3655742b5ced..91ae9ad3ca8568ba7da8b937e3fb9fc2ee47b536 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
 
  Changes between 1.0.1 and 1.1.0  [xx XXX xxxx]
 
+  *) Transparently support X9.42 DH parameters when calling
+     PEM_read_bio_DHparameters. This means existing applications can handle
+     the new parameter format automatically.
+     [Steve Henson]
+
   *) Initial experimental support for X9.42 DH parameter format: mainly
      to support use of 'q' parameter for RFC5114 parameters.
      [Steve Henson]
   
  Changes between 1.0.0f and 1.0.1  [xx XXX xxxx]
 
+  *) Make TLS-SRP code conformant with RFC 5054 API cleanup
+     (removal of unnecessary code)
+     [Peter Sylvester <peter.sylvester@edelweb.fr>]
+
+  *) Add -attime option to openssl utilities.
+     [Peter Eckersley <pde@eff.org>, Ben Laurie and Steve Henson]
+
   *) Add TLS key material exporter from RFC 5705.
      [Eric Rescorla]