#tls-api

tls-api-not-tls-2

TLS API implementation which returns plain sockets. This is NOT TLS implementation.

1 unstable release

0.11.0 May 8, 2024

#4 in #tls-api

Download history 79/week @ 2024-06-28 106/week @ 2024-07-05 125/week @ 2024-07-12 137/week @ 2024-07-19 53/week @ 2024-07-26 70/week @ 2024-08-02 117/week @ 2024-08-09 138/week @ 2024-08-16 359/week @ 2024-08-23 835/week @ 2024-08-30 590/week @ 2024-09-06 447/week @ 2024-09-13 654/week @ 2024-09-20 898/week @ 2024-09-27 804/week @ 2024-10-04 996/week @ 2024-10-11

3,438 downloads per month
Used in 6 crates (via edgedb-tokio)

MIT/Apache

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
~370K SLoC