tls-listener

Crates.iotls-listener
lib.rstls-listener
version0.10.1
sourcesrc
created_at2019-02-01 07:27:53.888759
updated_at2024-07-06 22:23:33.209559
descriptionwrap incoming Stream of connections in TLS
homepage
repositoryhttps://github.com/tmccombs/tls-listener
max_upload_size
id111936
size123,000
Thayne McCombs (tmccombs)

documentation

README

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.

Commit count: 117

cargo fmt