summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-04-15 02:49:30 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-04-15 02:49:30 +0000
commit06b7e5a0e4ba613acdef51aaaa1b338a0c3e12b3 (patch)
tree295d9525390f62abfc6d32fffdd1857fc64edc6f /CHANGES
parent706735aea34218c811beaaa34fe6199556aa4837 (diff)
Add algorithm driver for XTS mode. Fix several bugs in EVP XTS implementation.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 70d2382e16..fd59e9d7db 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,9 +9,10 @@
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.
+ *) XTS support including algorithm test driver in the fips_gcmtest program.
+ 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.
[Steve Henson]
*) Extensive reorganisation of FIPS PRNG behaviour. Remove all dependencies