Registry / networking / bext-wintls

bext-wintls

JSON →
library1.0.0vcpkgunverified

Native Windows TLS stream wrapper for use with boost::asio

vcpkg install bext-wintls
INSTALL
IMPORT
SIG · BEXT-WINTLS
B
bext-wintls
networkingcppv1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

bext/wintls.hpp
#include <bext/wintls.hpp>

Minimal usage of bext-wintls TLS stream

#include "bext/wintls.hpp" #include <boost/asio.hpp> int main() { boost::asio::io_context io; bext::wintls::stream<boost::asio::ip::tcp::socket> stream(io); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
30
OpenAI (training)
1
Resources

No resource links recorded.

bext-wintls — pip install bext-wintls · libregistry