EVP_add_digest_alias additions to SS_library_init
authorBodo Möller <bodo@openssl.org>
Tue, 23 Jan 2001 16:39:59 +0000 (16:39 +0000)
committerBodo Möller <bodo@openssl.org>
Tue, 23 Jan 2001 16:39:59 +0000 (16:39 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 784440d8d52aba6c68c4f98c47a47d304e1abea4..9ee6fc0161f484a7534bf4a2ac328a5938383a47 100644 (file)
--- 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]