Crates.io | tls-api-not-tls |
lib.rs | tls-api-not-tls |
version | 0.9.0 |
source | src |
created_at | 2021-02-21 07:43:24.946202 |
updated_at | 2022-04-28 16:24:27.601777 |
description | TLS API implementation which returns plain sockets. This is NOT TLS implementation. |
homepage | |
repository | https://github.com/stepancheg/rust-tls-api/ |
max_upload_size | |
id | 358402 |
size | 10,271 |
Implementation which returns the (wrapped) socket in connect
and accept
operations. No TLS.
Might be useful in writing tests or something.