-
Notifications
You must be signed in to change notification settings - Fork 468
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 rustls websocket connection as feature ws-rustls-tokio
#687
Conversation
a072266
to
7ad4219
Compare
Hey @tomusdrw this would be useful for avoiding openssl, wdyt? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks cool, thanks! I left a couple of suggestions though.
Head branch was pushed to by a user without write access
@tomusdrw I've updated the tokio-rustls & webpki-roots dependencies. Should be ready to go now. |
Co-authored-by: Tomasz Drwięga <tomusdrw@users.noreply.github.com>
Require min rustls 0.21.7
5429bbe
to
87c7f35
Compare
As we only use tokio-rustls
45f2a76
to
92a8282
Compare
I've updated to the latest rustls. Merge? |
Any chance we could get a new release with this feature? |
Add feature
ws-rustls-tokio
as an alternative tows-tls-tokio
. This allows avoiding openssl similar to the existinghttp-rustls-tls
feature.As a new additional feature this is a non-breaking change.