aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2013-07-17 14:05:19 +0100
committerDr. Stephen Henson <steve@openssl.org>2013-07-17 21:45:00 +0100
commit97cf1f6c2854a3a955fd7dd3a1f113deba00c9ef (patch)
tree900ee64624393d5d9721059b2b62c22c2792190b /CHANGES
parent415ece73015a0e24ea934ecfb857d022952bb65b (diff)
downloadopenssl-97cf1f6c2854a3a955fd7dd3a1f113deba00c9ef.zip
openssl-97cf1f6c2854a3a955fd7dd3a1f113deba00c9ef.tar.gz
openssl-97cf1f6c2854a3a955fd7dd3a1f113deba00c9ef.tar.bz2
EVP support for wrapping algorithms.
Add support for key wrap algorithms via EVP interface. Generalise AES wrap algorithm and add to modes, making existing AES wrap algorithm a special case. Move test code to evptests.txt
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f64ef2d..5406c82 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,12 @@
Changes between 1.0.x and 1.1.0 [xx XXX xxxx]
+ *) Add EVP support for key wrapping algorithms, to avoid problems with
+ existing code the flag EVP_CIPHER_CTX_WRAP_ALLOW has to be set in
+ the EVP_CIPHER_CTX or an error is returned. Add AES and DES3 wrap
+ algorithms and include tests cases.
+ [Steve Henson]
+
*) Extend CMS code to support RSA-PSS signatures and RSA-OAEP for
enveloped data.
[Steve Henson]