Map new X509 verification errors to alert codes (Tom Wu <tom@arcot.com>).
[oweals/openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 7ff5bdf306cdf99b88172c2a2acd0a2332438856..4b145f07f4d343b53b0f4be2e47aff0d158f65bd 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
 
  Changes between 0.9.6c and 0.9.6d  [XX xxx XXXX]
 
+  *) 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.