Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 917 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 917 Bytes

tls-listener

Apache 2 License Crate version Docs Build status

This library is intended to automatically initiate a TLS connection as for each new connection in a source of new streams (such as a listening TCP or unix domain socket).

It can be used to easily create a Stream of TLS connections from a listening socket.

See examples for examples of usage.

You must enable either one of the rustls, native-tls, or openssl features depending on which implementation you would like to use.