summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2001-12-28 17:14:35 +0000
committerUlf Möller <ulf@openssl.org>2001-12-28 17:14:35 +0000
commitdcbbf83dba6ba03306edf36feb156b478cba69e5 (patch)
tree559dc338c936bf78038b726fa171a8e9f7593998 /CHANGES
parent3c89d78dba8bb7a958cad729f3166c175f587c7c (diff)
ssl3_read_bytes bug fix
Submitted by: D P Chang <dpc@qualys.com> Reviewed by: Bodo
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d156f600c5..8172ffc633 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,10 @@
*) applies to 0.9.6a/0.9.6b/0.9.6c and 0.9.7
+) applies to 0.9.7 only
+ *) Fix ssl3_read_bytes (ssl/s3_pkt.c): To ignore messages of unknown
+ type, we must throw them away by setting rr->length to 0.
+ [D P Chang <dpc@qualys.com>]
+
-) OpenSSL 0.9.6c released [21 dec 2001]
+) SECURITY: remove unsafe setjmp/signal interaction from ui_openssl.c.