sdroege/async-tungstenite

Integrating openssl support?

jdm opened this issue · 1 comments

jdm commented

From a brief glance, it appears that TLS support in async-tungstenite requires intentional, custom integration for each TLS crate. Servo is considering switching to tungstenite in servo/servo#27043; would a PR for openssl support in this crate be desirable?

Sure, async-tungstenite already support 3 different TLS implementations so why not a 4th :)

Ideally this would make use of an existing async/tokio OpenSSL wrapper though, it seems like such a thing should already exist and if it doesn't it would make sense to exist as a separate crate.