aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-12-26 12:07:23 +0000
committerBodo Möller <bodo@openssl.org>2000-12-26 12:07:23 +0000
commit725c88879c1e76f2b7e5242a7b87df9e9cd58518 (patch)
treebefd84228eed73618c6f94e998b5d4121f39594c /CHANGES
parenta0aae68cf6f3383f248c0e1991973224f2e4498f (diff)
downloadopenssl-725c88879c1e76f2b7e5242a7b87df9e9cd58518.tar.gz
Finish SSL_peek/SSL_pending fixes.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ccb179ed83..95085ed6a7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -146,6 +146,7 @@
*) Fix ssl3_pending: If the record in s->s3->rrec is not of type
SSL3_RT_APPLICATION_DATA, return 0.
+ Similarly, change ssl2_pending to return 0 if SSL_in_init(s) is true.
[Bodo Moeller]
*) Fix SSL_peek: