summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-05-15 18:35:13 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-05-15 18:35:13 +0000
commit6d3a1eac3bce00445db2b195ee9a721ba547aecd (patch)
treee670e5a5569ae75f23a5335f201185ca07a65dd1 /CHANGES
parentb8f702a0affa2087758230967b55df504a176774 (diff)
Add PRF preference ctrl to ciphers.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index f3cc5046ad..a7ea7eb082 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,7 +6,9 @@
*) Initial support for PKCS#5 v2.0 PRFs other than default SHA1 HMAC.
Reorganize PBE internals to lookup from a static table using NIDs,
- add support for HMAC PBE OID translation.
+ add support for HMAC PBE OID translation. Add a EVP_CIPHER ctrl:
+ EVP_CTRL_PBE_PRF_NID this allows a cipher to specify an alternative
+ PRF which will be automatically used with PBES2.
[Steve Henson]
*) Replace the algorithm specific calls to generate keys in "req" with the