summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-06-04 23:32:14 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-06-04 23:32:14 +0000
commitef8335d900ee5af9d83237ad29d6904a3bb69290 (patch)
tree6c2a88151cbef982e98e434aaa0b3b8fca3dcda6 /CHANGES
parent505cdbec5ca8d8a77b7efbd52376765a26476d28 (diff)
Add PKCS#5 v1.5 compatible algorithms and initial PKCS#8 support. PKCS#8 needs
more work: need an application and make the private key routines automatically handle PKCS#8.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c762dc68e6..3fd4e4b00c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,10 @@
Changes between 0.9.3a and 0.9.4
+ *) Support for PKCS#5 v1.5 compatible password based encryption algorithms
+ and partial PKCS#8 functionality.
+ [Steve Henson]
+
*) Introduce some semblance of const correctness to BN. Shame C doesn't
support mutable.
[Ben Laurie]