summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2002-03-19 16:44:26 +0000
committerLutz Jänicke <jaenicke@openssl.org>2002-03-19 16:44:26 +0000
commit3671e38af4f0531a2250c067dbce01d45d084a71 (patch)
treebcd177afb2676984df703cac8658d2e0fc2284c8 /CHANGES
parent4fc39461110f9be66af9be0e2b41cabba508d881 (diff)
Map new X509 verification errors to alert codes (Tom Wu <tom@arcot.com>).
Submitted by: Reviewed by: PR:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 13e50ddfce..f90d541a77 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,6 +13,10 @@
*) applies to 0.9.6a/0.9.6b/0.9.6c and 0.9.7
+) applies to 0.9.7 only
+ *) Map new X509 verification errors to alerts. Discovered and submitted by
+ Tom Wu <tom@arcot.com>.
+ [Lutz Jaenicke]
+
*) Fix ssl3_pending() (ssl/s3_lib.c) to prevent SSL_pending() from
returning non-zero before the data has been completely received
when using non-blocking I/O.