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
TODO -rw-r--r-- 534 bytes
VMSify-conf.pl -rw-r--r-- 1.1 KB
WISHLIST.TXT -rw-r--r-- 188 bytes
install-vms.com -rwxr-xr-x 1.8 KB
mkshared.com -rw-r--r-- 14.8 KB
multinet_shr.opt -rw-r--r-- 43 bytes
openssl_startup.com -rwxr-xr-x 3.2 KB
openssl_undo.com -rwxr-xr-x 383 bytes
openssl_utils.com -rw-r--r-- 1.5 KB
socketshr_shr.opt -rw-r--r-- 16 bytes
tcpip_shr_decc.opt -rw-r--r-- 34 bytes
test-includes.com -rw-r--r-- 752 bytes
ucx_shr_decc.opt -rw-r--r-- 32 bytes
ucx_shr_decc_log.opt -rw-r--r-- 18 bytes
ucx_shr_vaxc.opt -rw-r--r-- 32 bytes

back to top