#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

#1183 in Network programming

Download history 44/week @ 2024-09-25 27/week @ 2024-10-02 1/week @ 2024-10-09 2/week @ 2024-10-16 6/week @ 2024-10-23 10/week @ 2024-10-30 1/week @ 2024-11-06 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 544/week @ 2025-01-08

2,530 downloads per month
Used in 2 crates

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

~2–13MB
~177K SLoC