On Wed, Aug 30, 2017, at 08:20 PM, Eric Rescorla wrote: > I assume this is going to involve TLS (generally this is a requirement > for > H2). In Firefox, this is done with NSS. Does Tokio/Hyper cleanly separate > out the TLS stack so that you can do that?
This was mostly answered in another reply, but just to be clear: yes, Hyper allows plugging in alternate TLS stacks. This is very commonly used with the `native-tls` crate[1] by way of `hyper-tls`[2], which uses the native TLS stack on Windows/macOS, and OpenSSL on Linux. 1. https://github.com/sfackler/rust-native-tls 2. https://github.com/hyperium/hyper-tls _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform