summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-01-15 13:22:39 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-01-15 13:22:39 +0000
commitc2c99e2860566044b23a5b3fded6f70b7436b9ad (patch)
treef80b3b69bdec325976f6e6ae8c067afc2cc0ab35 /CHANGES
parent8125d9f99ceb3fcd81fdd191e85a73b27063383a (diff)
Update certificate hash line format to handle canonical format
and avoid MD5 dependency.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 66e812c809..ea5162d78c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,13 @@
Changes between 0.9.8j and 0.9.9 [xx XXX xxxx]
+ *) Enhance the hash format used for certificate directory links. The new
+ form uses the canonical encoding (meaning equivalent names will work
+ even if they aren't identical) and uses SHA1 instead of MD5. This form
+ is incompatible with the older format and as a result c_rehash should
+ be used to rebuild symbolic links.
+ [Steve Henson]
+
*) 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.