summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-01-23 16:39:59 +0000
committerBodo Möller <bodo@openssl.org>2001-01-23 16:39:59 +0000
commitae0665b8f10587ab032c3e7a22d502d1a6fce82f (patch)
treebf085a89e2f5806b5d2a9acef51a308c23c569d9 /CHANGES
parent75802000c8904fa63c96a44294e7afaaf0852193 (diff)
EVP_add_digest_alias additions to SS_library_init
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 784440d8d5..9ee6fc0161 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,10 +2,17 @@
_______________
Changes between 0.9.6 and 0.9.7 [xx XXX 2000]
-
+
*) Fix for Irix with NO_ASM.
["Bruce W. Forsberg" <bruce.forsberg@baesystems.com>]
+ *) 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]
+
*) ./config script fixes.
[Ulf Moeller, Richard Levitte]