commit | 856640b54f3d22a34d6565e9c78c441a15222577 | [log] [tgz] |
---|---|---|
author | Dr. Stephen Henson <steve@openssl.org> | Sun May 14 18:40:53 2006 +0000 |
committer | Dr. Stephen Henson <steve@openssl.org> | Sun May 14 18:40:53 2006 +0000 |
tree | 35a38e34a4e988d6ef7f8d369a99297baedb3112 | |
parent | 76240b3a394c116a4307b7234ca57eea8e2d412d [diff] [blame] |
Extend PBE code to support non default PKCS#5 v2.0 PRFs.
diff --git a/CHANGES b/CHANGES index 366a8c9..412c9fd 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]