Revision f612bdb34252c3eae4808dd3e1360d0f0a3666bc authored by Matt Caswell on 04 November 2015, 11:20:50 UTC, committed by Matt Caswell on 10 December 2015, 12:50:56 UTC
A BIO_flush call in the DTLS code was not correctly setting the |rwstate|
variable to SSL_WRITING. This means that SSL_get_error() will not return
SSL_ERROR_WANT_WRITE in the event of an IO retry.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(cherry picked from commit 67f60be8c9ae5ff3129fcd6238baf124385a41d8)
1 parent 4a53424
History
File Mode Size
Makefile -rw-r--r-- 1.2 KB
c89.sh -rwxr-xr-x 211 bytes
c_hash -rw-r--r-- 119 bytes
c_info -rw-r--r-- 152 bytes
c_issuer -rw-r--r-- 112 bytes
c_name -rw-r--r-- 110 bytes
c_rehash.in -rw-r--r-- 4.1 KB

back to top