summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-07-11 12:40:46 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-07-11 12:40:46 +0000
commitf513939ebba7e6461319f58254f072023763cde3 (patch)
tree904d1bf149d7d22d4f631f6a87681a041d3fecb2 /CHANGES
parent0ab8beb4809bfcf017ea250d6125c40f0e4fce56 (diff)
Add a debugging option to PKCS#5 v2.0 key generation function.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 94cae7d52e..fc8e884e29 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
Changes between 0.9.3a and 0.9.4
+ *) Add a debugging option to PKCS#5 v2 key generation function: when
+ you #define DEBUG_PKCS5V2 passwords, salts, iteration counts and
+ derived keys are printed to stderr.
+ [Steve Henson]
+
*) Copy the flags in ASN1_STRING_dup().
[Roman E. Pavlov <pre@mo.msk.ru>]