summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-04-07 13:18:07 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-04-07 13:18:07 +0000
commitc0b8eb606fc6e31bff2f7ceadcd8441a646fdcee (patch)
treeaf479d0ffbc5c12602481abd389b44e10acd64a8 /CHANGES
parentd4a45bf31a19b7f5256a5239815b03f793d1d1d6 (diff)
Add SHA2 algorithms to SSL_library_init(). Although these aren't used
directly by SSL/TLS SHA2 certificates are becoming more common and applications that only call SSL_library_init() and not OpenSSL_add_all_alrgorithms() will fail when verifying certificates. Update docs.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 79ef46254f..a0736f43f3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -940,6 +940,13 @@
*) Change 'Configure' script to enable Camellia by default.
[NTT]
+ Changes between 0.9.8n and 0.9.8o [xx XXX xxxx]
+
+ *) Add SHA2 algorithms to SSL_library_init(). SHA2 is becoming far more
+ common in certificates and some applications which only call
+ SSL_library_init and not OpenSSL_add_all_algorithms() will fail.
+ [Steve Henson]
+
Changes between 0.9.8m and 0.9.8n [24 Mar 2010]
*) When rejecting SSL/TLS records due to an incorrect version number, never