tls-api-not-tls-2 0.11.0

TLS API implementation which returns plain sockets. This is NOT TLS implementation.
Documentation
1
2
3
4
5
6
7
# tls-api-not-tls-2

*This is a fork of [tls-api-not-tls](https://crates.io/crates/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.