Crates.io | tls-api-not-tls |
lib.rs | tls-api-not-tls |
version | 0.12.1 |
created_at | 2021-02-21 07:43:24.946202+00 |
updated_at | 2024-11-25 15:42:14.666585+00 |
description | TLS API implementation which returns plain sockets. This is NOT TLS implementation. |
homepage | |
repository | https://github.com/edgedb/rust-tls-api/ |
max_upload_size | |
id | 358402 |
size | 31,853 |
Implementation which returns the (wrapped) socket in connect
and accept
operations. No TLS.
Might be useful in writing tests or something.