summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorsteve <steve>2011-04-14 11:15:06 +0000
committersteve <steve>2011-04-14 11:15:06 +0000
commit3b140c1f170f93b3c003c05f4ecd91e6d0425fc9 (patch)
treec5e7fd3e14b46343ab5a9df5d89805cf692275f2 /CHANGES
parent9072e8cf189080a6f55cbf853d1b13c29f048488 (diff)
downloadopenssl-3b140c1f170f93b3c003c05f4ecd91e6d0425fc9.tar.gz
Initial incomplete POST overhaul: add support for POST callback to
allow status of POST to be monitored and/or failures induced.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 877976c23..70d2382e1 100644
--- 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.