summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-05-14 18:40:53 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-05-14 18:40:53 +0000
commit856640b54f3d22a34d6565e9c78c441a15222577 (patch)
tree35a38e34a4e988d6ef7f8d369a99297baedb3112 /CHANGES
parent76240b3a394c116a4307b7234ca57eea8e2d412d (diff)
Extend PBE code to support non default PKCS#5 v2.0 PRFs.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 366a8c90f1..412c9fd371 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,9 @@
Changes between 0.9.8b and 0.9.9 [xx XXX xxxx]
+ *) Initial support for PKCS#5 v2.0 PRFs other than default SHA1 HMAC.
+ [Steve Henson]
+
*) Replace the algorithm specific calls to generate keys in "req" with the
new API.
[Steve Henson]