Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce a trait to abstract over async tls acceptors #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jbr
Copy link

@jbr jbr commented Apr 30, 2021

I've decided to try moving forward with async-tls-acceptor even though I haven't heard back on async-tls. If this goes well, I'll take a look at connectors as well. See smol-rs/async-rustls#7 for the equivalent PR on a rustls-based tls implementation.

This is only implemented for async-std runtime, because the trait has futures-based AsyncRead and AsyncWrite bounds.

Thanks!

closes #27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Proposal: A shared trait for tls acceptors that are implemented by both async-tls and async-native-tls
1 participant