#tls-api #tls #api-testing #sockets #plain #tls-stream #connect

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

#15 in #tls-api

Download history 836/week @ 2024-10-29 1003/week @ 2024-11-05 1233/week @ 2024-11-12 933/week @ 2024-11-19 197/week @ 2024-11-26 77/week @ 2024-12-03 154/week @ 2024-12-10 144/week @ 2024-12-17 99/week @ 2024-12-24 87/week @ 2024-12-31 126/week @ 2025-01-07 132/week @ 2025-01-14 94/week @ 2025-01-21 96/week @ 2025-01-28 163/week @ 2025-02-04 137/week @ 2025-02-11

514 downloads per month

MIT/Apache

105KB
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
~375K SLoC