hyperium / hyper-tls

Apache License 2.0
189 stars 95 forks source link

add alpn support #107

Closed seanmonstar closed 11 months ago

seanmonstar commented 11 months ago

Closes #85

CryZe commented 11 months ago

Unlike my previous PR, this does not provide the alpn protocol list in the client hello. Is this intended?

seanmonstar commented 11 months ago

This does not send the ALPN list by default. That was intended. It just adds support to detect if it was negotiated.