aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-01-23 16:38:15 +0000
committerBodo Möller <bodo@openssl.org>2001-01-23 16:38:15 +0000
commitc4fd88f51967671e7b5dd12f57c0b9ba5c96022a (patch)
treeb52b3689d84e00ce34f8a2da7d435e1d75b3b3d0 /CHANGES
parent0a0a261d64b9e24dd745493afa22b91302fa2d7c (diff)
downloadopenssl-c4fd88f51967671e7b5dd12f57c0b9ba5c96022a.tar.gz
EVP_add_digest_alias additions to SSL_library_init
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 365ded99ad..6868776a60 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,13 @@
Changes between 0.9.6 and 0.9.6a [xx XXX 2000]
+ *) Add some EVP_add_digest_alias registrations (as found in
+ OpenSSL_add_all_digests()) to SSL_library_init()
+ aka OpenSSL_add_ssl_algorithms(). This provides improved
+ compatibility with peers using X.509 certificates
+ with unconventional AlgorithmIdentifier OIDs.
+ [Bodo Moeller]
+
*) Fix for Irix with NO_ASM.
["Bruce W. Forsberg" <bruce.forsberg@baesystems.com>]