X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=95085ed6a77a9f183af256eb94ef83e34c79023e;hp=ccb179ed8337e78d343f995ab7be8c47ea14a14a;hb=725c88879c1e76f2b7e5242a7b87df9e9cd58518;hpb=a0aae68cf6f3383f248c0e1991973224f2e4498f 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: