summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2001-12-28 17:13:10 +0000
committerUlf Möller <ulf@openssl.org>2001-12-28 17:13:10 +0000
commitc99b94be3efe8344569a048215301c6053d340a4 (patch)
tree3caa60269f45827c68040f3a9554ae875fd77b99 /CHANGES
parentb9bb1c5f77620968512b1510dda083899cee2d2f (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, 3 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index fddfadea39..8406746be0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,7 +4,9 @@
Changes between 0.9.6c and 0.9.6d [XX xxx XXXX]
- *)
+ *) 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>]
Changes between 0.9.6b and 0.9.6c [21 dec 2001]