aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-04-11 12:33:28 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-04-11 12:33:28 +0000
commit47b71e6ee9c421162b1cf610bd1ca22843691764 (patch)
tree76f1439a5c8f4dabd764aa7e7ae84628e3ba84d0 /CHANGES
parent74633553a912519a6e73a9d830132e58f420a6c9 (diff)
downloadopenssl-47b71e6ee9c421162b1cf610bd1ca22843691764.tar.gz
Update CHANGES.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 25689404ac..060fcd822b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,12 @@
Changes between 0.9.8f and 0.9.9 [xx XXX xxxx]
+ *) Experimental support for use of HMAC via EVP_PKEY interface. This
+ allows HMAC to be handled via the EVP_DigestSign*() interface. The
+ EVP_PKEY "key" in this case is the HMAC key, potentially allowing
+ ENGINE support for HMAC keys which are unextractable.
+ [Steve Henson]
+
*) New option -sigopt to dgst utility. Update dgst to use
EVP_Digest{Sign,Verify}*. These two changes make it possible to use
alternative signing paramaters such as X9.31 or PSS in the dgst