Flush server side unauthenticated writes
authorMatt Caswell <matt@openssl.org>
Tue, 8 May 2018 13:34:27 +0000 (14:34 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 11 May 2018 13:51:08 +0000 (14:51 +0100)
commit5fe371570770e46f2d9e19e8b81c8bc0d47ec0d6
tree8c3fd71c4dfc6a8ee1553ea1d2fa5945e2a5d058
parente825109236f6795fbe24c0c6a489ef89ca05a906
Flush server side unauthenticated writes

When a server call SSL_write_early_data() to write to an unauthenticated
client the buffering BIO is still in place, so we should ensure we flush
the write.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6198)
ssl/ssl_lib.c