tls
tls copied to clipboard
Alpn feature
Rust native tls 0.2.7 just released and has the capabilities to have do alpn. I have added a feature to tokio native tls to enable alpn support.
Nevermind this doesn't actually do anything ignore this PR.
Actually this does do something since tokio tls re-exports native tls, enabling this feature will make sure the alpn functions get re-exported as well.
May I know if there is any progress here?
@quininer @djc, can you guys take a look into this?
Sorry, I was only active in this repo for tokio-rustls -- I don't use tokio-native-tls.