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
asm
Makefile -rw-r--r-- 2.3 KB
rc5.h -rw-r--r-- 4.8 KB
rc5_ecb.c -rw-r--r-- 3.6 KB
rc5_enc.c -rw-r--r-- 6.9 KB
rc5_locl.h -rw-r--r-- 9.6 KB
rc5_skey.c -rw-r--r-- 4.3 KB
rc5cfb64.c -rw-r--r-- 4.9 KB
rc5ofb64.c -rw-r--r-- 4.4 KB
rc5s.cpp -rw-r--r-- 1.4 KB
rc5speed.c -rw-r--r-- 8.4 KB
rc5test.c -rw-r--r-- 14.6 KB

back to top