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-- 8.2 KB
bio_pk7.c -rw-r--r-- 2.8 KB
pk7_asn1.c -rw-r--r-- 9.7 KB
pk7_attr.c -rw-r--r-- 6.0 KB
pk7_dgst.c -rw-r--r-- 3.3 KB
pk7_doit.c -rw-r--r-- 38.2 KB
pk7_enc.c -rw-r--r-- 3.5 KB
pk7_lib.c -rw-r--r-- 18.3 KB
pk7_mime.c -rw-r--r-- 3.7 KB
pk7_smime.c -rw-r--r-- 17.6 KB
pkcs7.h -rw-r--r-- 20.3 KB
pkcs7err.c -rw-r--r-- 10.1 KB

back to top