summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-05-01 20:16:35 +0000
committerBodo Möller <bodo@openssl.org>1999-05-01 20:16:35 +0000
commitdc1f607aff011a3592663d2d721a35e79ea09fdf (patch)
tree634e42c9994f64d18ea61aa714f2536a24206619 /CHANGES
parentd35ea5b00b32eb30eaaffd3c5e504d6c003c17dc (diff)
Entry for resolved error macro confusion.
Submitted by: Reviewed by: PR: Submitted by: Reviewed by: PR:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 97fb723fc3..16ae0afadf 100644
--- a/CHANGES
+++ b/CHANGES
@@ -18,6 +18,12 @@
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).