summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-04-18 22:48:40 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-04-18 22:48:40 +0000
commitb5dd1787401256f6a4d70686debf13b096f2bc22 (patch)
treeafed0542636a857f2edcb3cfd4c2e969d2dc3596 /CHANGES
parent98279c162963808e051cfced2ca888156e9b6124 (diff)
Fix EVP CCM decrypt. Add decrypt support to algorithm test program.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index e7a232e978..29ac9dc182 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,9 +4,10 @@
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.
+ *) 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. Add algorithm test
+ support.
[Steve Henson]
*) Initial version of POST overhaul. Add POST callback to allow the status