1 unstable release
0.11.0 | May 8, 2024 |
---|
#3 in #tls-api
3,738 downloads per month
Used in 6 crates
(via edgedb-tokio)
110KB
2.5K
SLoC
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.
lib.rs
:
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.
Dependencies
~8–19MB
~374K SLoC