summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorsteve <steve>2011-04-18 14:25:10 +0000
committersteve <steve>2011-04-18 14:25:10 +0000
commitf44ed1b438fde9ae7118d1cc57b621339347b6c9 (patch)
tree755ed7c164831ca348f09e9df319fd40d8a71738 /CHANGES
parent874ab9b5685f70122713c022f4e926d928ece119 (diff)
downloadopenssl-f44ed1b438fde9ae7118d1cc57b621339347b6c9.tar.gz
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 fd59e9d7d..e7a232e97 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.