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

Add support for rusttls #1

Open
link2xt opened this issue Dec 13, 2019 · 0 comments
Open

Add support for rusttls #1

link2xt opened this issue Dec 13, 2019 · 0 comments

Comments

@link2xt
Copy link
Contributor

link2xt commented Dec 13, 2019

The idea is to define common interfaces for TlsConnector etc. as traits and implement them in submodules like async_native_tls::rusttls::TlsConnector and async_native_tls::native_tls::client, so it is possible to conditionally use one module or the other, and compile implementations based on selected features.

See async-email/async-smtp#3 (comment)

Then probably rename the module or merge with async_tls.

This will make it possible to fix async-email/async-smtp#4 without conditional compilation.

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

No branches or pull requests

1 participant