Initial incomplete POST overhaul: add support for POST callback to
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 877976c23acd91526504e20bd52d584668eac0bd..70d2382e16df7bf4c5a8860423ff1d6b916e0007 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
 
  Changes between 1.0.1 and 1.1.0  [xx XXX xxxx]
 
+  *) Initial version of POST overhaul. Add POST callback to allow the status
+     of POST to be monitored and/or failures induced. Modify fips_test_suite
+     to use callback. Always run all selftests even if one fails.
+     [Steve Henson]
+
   *) Provisional XTS support. Note: this does increase the maximum key
      length from 32 to 64 bytes but there should be no binary compatibility
      issues as existing applications will never use XTS mode.