#tls-api #tls #tls-stream #sockets #plain

tls-api-not-tls

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

7 releases (breaking)

0.12.1 Nov 25, 2024
0.12.0 Nov 25, 2024
0.9.0 Apr 28, 2022
0.8.0 Apr 28, 2022
0.5.0 Feb 21, 2021

#960 in Network programming

Download history 1/week @ 2024-11-13 372/week @ 2024-11-20 1060/week @ 2024-11-27 1000/week @ 2024-12-04 1018/week @ 2024-12-11 721/week @ 2024-12-18 471/week @ 2024-12-25 489/week @ 2025-01-01 614/week @ 2025-01-08 945/week @ 2025-01-15 1389/week @ 2025-01-22 1263/week @ 2025-01-29 1126/week @ 2025-02-05 1295/week @ 2025-02-12 1785/week @ 2025-02-19 65/week @ 2025-02-26

4,494 downloads per month
Used in edgedb-client

MIT/Apache

77KB
1.5K SLoC

tls-api-not-tls

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

~3–14MB
~189K SLoC