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
.rnd -rw-r--r-- 1.0 KB
32all.bat -rwxr-xr-x 520 bytes
README -rw-r--r-- 371 bytes
applink.c -rw-r--r-- 3.1 KB
bcb4.bat -rwxr-xr-x 116 bytes
certCA.srl -rw-r--r-- 3 bytes
certCA.ss -rw-r--r-- 534 bytes
certU.ss -rw-r--r-- 562 bytes
cmp.pl -rw-r--r-- 783 bytes
do_ms.bat -rwxr-xr-x 357 bytes
do_nasm.bat -rwxr-xr-x 261 bytes
do_nt.bat -rwxr-xr-x 217 bytes
do_win64a.bat -rwxr-xr-x 492 bytes
do_win64i.bat -rwxr-xr-x 288 bytes
keyCA.ss -rw-r--r-- 497 bytes
keyU.ss -rw-r--r-- 497 bytes
mingw32.bat -rw-r--r-- 1.8 KB
mw.bat -rw-r--r-- 733 bytes
req2CA.ss -rw-r--r-- 1.3 KB
reqCA.ss -rw-r--r-- 404 bytes
reqU.ss -rw-r--r-- 436 bytes
speed32.bat -rwxr-xr-x 876 bytes
tenc.bat -rwxr-xr-x 466 bytes
tencce.bat -rw-r--r-- 737 bytes
test.bat -rwxr-xr-x 3.8 KB
testce.bat -rw-r--r-- 6.5 KB
testce2.bat -rw-r--r-- 71 bytes
testenc.bat -rwxr-xr-x 1.4 KB
testencce.bat -rw-r--r-- 1.5 KB
testpem.bat -rwxr-xr-x 606 bytes
testpemce.bat -rw-r--r-- 840 bytes
testss.bat -rwxr-xr-x 2.4 KB
testssce.bat -rw-r--r-- 2.9 KB
tlhelp32.h -rw-r--r-- 4.3 KB
tpem.bat -rwxr-xr-x 87 bytes
tpemce.bat -rw-r--r-- 195 bytes
uplink-common.pl -rwxr-xr-x 789 bytes
uplink-ia64.pl -rwxr-xr-x 1.0 KB
uplink-x86.pl -rwxr-xr-x 691 bytes
uplink-x86_64.pl -rwxr-xr-x 1.2 KB
uplink.c -rw-r--r-- 3.7 KB
uplink.h -rw-r--r-- 1.9 KB
uplink.pl -rwxr-xr-x 4.0 KB
x86asm.bat -rwxr-xr-x 854 bytes

README

back to top