boost-wintls icon indicating copy to clipboard operation
boost-wintls copied to clipboard

Native Windows TLS stream wrapper for use with Asio

Results 12 boost-wintls issues
Sort by recently updated
recently updated
newest added

Hi! First of all, thanks for putting together this very useful library. I have been using beast+asio(and hence openssl)+[djarek/certify](https://github.com/djarek/certify) for a simple https client so far. But i do prefer...

I have a few questions when trying to evaluate if we can use this library for our http server (written in Boost.Beast): > When creating a context for server usage,...

Because of receive segment coalescing and other TCP/IP behaviors (e.g. Nagle's algorithm), it is possible for some data payload to be present in the extra data buffers on the client...

Added two lowest_layer that's present in ssl::stream. For example, asio\example\cpp11\ssl\client.cpp uses this function and many people also expect it. For example a post like this https://stackoverflow.com/questions/28264313/ssl-certificates-and-boost-asio

It looks like TLS v1.3 is not working properly, as shown in the unit test. I think we should change the API we used, as shown in the following reference...

This is intended to simplify the handshake code. It should simplify reusing much of the handshake code in order to resolve #75 in a future PR. I also changed a...

The implementation still has Issues, but it generally solves #75. This is particularly documented in the new tests in shutdown_test.cpp, so I close #74 in favor of this branch. The...

As originally mentioned in #56, Asio.SSL has error::stream_truncated. This StackOverflow Post does explain very well what it is good for: https://stackoverflow.com/questions/25587403/boost-asio-ssl-async-shutdown-always-finishes-with-an-error (I think, that stream_truncated did not exist when that...

TLS v1.3 is available on windows 10.0.17763 and above version. #83 The associated unittest needs further modification, I'll upload it later.