summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorsteve <steve>2011-04-18 22:48:40 +0000
committersteve <steve>2011-04-18 22:48:40 +0000
commitd5c3066a518135d18df97777e118903d30c15253 (patch)
tree9e8d4f1ea15a24b40c902264aaa15dfe1e23e674 /CHANGES
parentacf65d9769cff69cef54251935adc1092c5e34f3 (diff)
downloadopenssl-d5c3066a518135d18df97777e118903d30c15253.tar.gz
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 e7a232e97..29ac9dc18 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