Entry for resolved error macro confusion.
authorBodo Möller <bodo@openssl.org>
Sat, 1 May 1999 20:16:35 +0000 (20:16 +0000)
committerBodo Möller <bodo@openssl.org>
Sat, 1 May 1999 20:16:35 +0000 (20:16 +0000)
Submitted by:
Reviewed by:
PR:

Submitted by:
Reviewed by:
PR:

CHANGES

diff --git a/CHANGES b/CHANGES
index 97fb723fc33e98cc538c41158372aa70f99b0254..16ae0afadfc42c43bce61a81afd80154d160d82f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
      now it really counts the depth.
      [Bodo Moeller]
 
+  *) Bugfix in crypto/x509/x509_cmp.c: The SSLerr macro was used
+     instead of X509err, which often resulted in confusing error
+     messages since the error codes are not globally unique
+     (e.g. an alleged error in ssl3_accept when a certificate
+     didn't match the private key).
+
   *) New function SSL_CTX_set_session_id_context that allows to set a default
      value (so that you don't need SSL_set_session_id_context for each
      connection using the SSL_CTX).