async-tls icon indicating copy to clipboard operation
async-tls copied to clipboard

A TLS implementation over AsyncRead and AsyncWrite

Results 15 async-tls issues
Sort by recently updated
recently updated
newest added

``` error[E0446]: crate-private type `Conn, | ^^^^^^^^^^^^^^^^^^ can't leak crate-private type ... 17 | pub(crate) enum Conn` declared as crate-private error[E0446]: crate-private type `Conn { | ------------------------ `Conn

Hi, I'm one of the Debian rust maintainers. In Debian we try very hard to avoid having multiple copies of the root certificate store. As such we really want to...

Unfortunately in the latest version the early data feature is broken. (Doesn't compile anymore)

The `rustls` and `rustls-pemfile` in my opinion should be exported by `async-tls` as the library exposes functionality that requires a deep understanding of the types and functionality of the `rustls`...

Fixes https://github.com/async-rs/async-tls/issues/56