Make SSL_read and SSL_write return the old behaviour and document it.
authorKurt Roeckx <kurt@roeckx.be>
Tue, 15 Nov 2016 17:58:52 +0000 (18:58 +0100)
committerKurt Roeckx <kurt@roeckx.be>
Mon, 21 Nov 2016 20:54:28 +0000 (21:54 +0100)
commitbeacb0f0c1ae7b0542fe053b95307f515b578eb7
tree06010121334e900e31aae6ce2db54ab9cd72b6b1
parent52fe14e6628781f78ebe5468200e6c895c9bb47c
Make SSL_read and SSL_write return the old behaviour and document it.

This reverts commit 4880672a9b41a09a0984b55e219f02a2de7ab75e.

Fixes: #1903

Reviewed-by: Matt Caswell <matt@openssl.org>
GH: #1931
doc/man3/SSL_get_error.pod
doc/man3/SSL_read.pod
doc/man3/SSL_write.pod
include/openssl/ssl.h
ssl/record/rec_layer_s3.c
test/asynciotest.c