Commit 8051ab2b authored by Matt Caswell's avatar Matt Caswell
Browse files

Convert SSL BIO to use SSL_write_ex().



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: default avatarRich Salz <rsalz@openssl.org>
parent 8b0e934a
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment