Uh oh!
There was an error while loading. Please reload this page.
Fixes to openssl compatibility for Boost.Asio with SSF - #1739
Conversation
MJSPollard
left a comment
There was a problem hiding this comment.
These changes look good to me and test out correctly when testing with Boost.Asio 1_67_0, the standalone Asio library, and various OSP's.
There was a problem hiding this comment.
wolfSSL_pending() returns the number of buffered readable plaintext bytes. Not writable.
There was a problem hiding this comment.
Okay I'll take a look at this again. Thanks
There was a problem hiding this comment.
info->consumed marker was added for a reason, why are we removing it?
There was a problem hiding this comment.
Its not removed, it get updated correctly in the lines below.
… named variable `shutdown`. Fix for the side size in Options struct to support `WOLFSSL_SIDE_NEITHER` (3). Fix to set the side on wolfSS_connect() or wolfSS_accept().
…ing (for Windows). Cleanup to consolidate duplicate end of line character handling code.
…ect this isn't required either).
dgarske
commented
Aug 14, 2018
@toddouska : Fixed the |
…./configure --enable-asio`. Requires wolfSSL/wolfssl#1739
shutdown.WOLFSSL_SIDE_NEITHER(3).BIO_wpendingto work correctly.