summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-04-18 14:25:11 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-04-18 14:25:11 +0000
commit2391681082e70ccc8da23365801ac58713af67c7 (patch)
treeff5c7b258871e3657160549ca395264b7838ddfd /CHANGES
parent6386b1b34d955178ff8bf6fe5247667ff63a5dee (diff)
Initial untested CCM support via EVP.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index fd59e9d7db..e7a232e978 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
Changes between 1.0.1 and 1.1.0 [xx XXX xxxx]
+ *) Initial untested CCM support via EVP. Interface is very similar to GCM
+ case except we must supply all data in one chunk (i.e. no update, final)
+ and the message length must be supplied if AAD is used.
+ [Steve Henson]
+
*) 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.