1 unstable release
0.11.0 | May 8, 2024 |
---|
#28 in #plain
454 downloads per month
105KB
2.5K
SLoC
Fake implementation of TLS API: returned streams are not TLS streams, but wrapped plain socket streams.
Can be useful for tests or to measure the overhead of TLS.
Use at your own risk.
tls-api-not-tls-2
This is a fork of tls-api-not-tls with updated dependencies.
Implementation which returns the (wrapped) socket in connect
and accept
operations. No TLS.
Might be useful in writing tests or something.
Dependencies
~8–24MB
~397K SLoC