summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-01-15 12:52:38 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-01-15 12:52:38 +0000
commit8125d9f99ceb3fcd81fdd191e85a73b27063383a (patch)
tree5fb9c3bab07088f694a13e1bea2ce0bb53fbf21b /CHANGES
parent8e6925b0cd0ece649fe6b83268528cf8c17adf41 (diff)
Make PKCS#8 the standard write format for private keys, replacing the
ancient SSLeay format.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 829a7da5b9..66e812c809 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
Changes between 0.9.8j and 0.9.9 [xx XXX xxxx]
+ *) Make PKCS#8 the default write format for private keys, replacing the
+ traditional format. This form is standardised, more secure and doesn't
+ include an implicit MD5 dependency.
+ [Steve Henson]
+
*) Add a $gcc_devteam_warn option to Configure. The idea is that any code
committed to OpenSSL should pass this lot as a minimum.
[Steve Henson]