summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-06-08 00:09:51 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-06-08 00:09:51 +0000
commit8eb57af5fed7a133cdb2a968081c355249c00b98 (patch)
tree90c43c1df2e1c3ef81f4c6f4643ba8b561830aad /CHANGES
parent1aad3392e531aa9d32583b435ba4f0b296ee4d27 (diff)
downloadopenssl-new-8eb57af5fed7a133cdb2a968081c355249c00b98.tar.gz
Complete support for PKCS#5 v2.0. Still needs extensive testing.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a104524077..6f3d2c9937 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,14 @@
Changes between 0.9.3a and 0.9.4
+ *) Add support for PKCS#5 v2.0 PBE algorithms. This will permit PKCS#8 to be
+ used with any cipher unlike PKCS#5 v1.5 which can at most handle 64 bit
+ ciphers. NOTE: although the key derivation function has been verified
+ against some published test vectors it has not been extensively tested
+ yet. Added a -v2 "cipher" option to pkcs8 application to allow the use
+ of v2.0.
+ [Steve Henson]
+
*) Instead of "mkdir -p", which is not fully portable, use new
Perl script "util/mkdir-p.pl".