Convert SSL BIO to use SSL_write_ex().
authorMatt Caswell <matt@openssl.org>
Wed, 19 Oct 2016 13:09:02 +0000 (14:09 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 4 Nov 2016 12:09:45 +0000 (12:09 +0000)
We also modify the SSL_get_error() function to handle the fact that with
SSL_write_ex() the error return is 0 not -1, and fix some bugs in the
SSL BIO reading.

Reviewed-by: Rich Salz <rsalz@openssl.org>

No differences found