pavel-pimenov / flylinkdc-r5xx

flylinkdc-r5xx
GNU General Public License v2.0
55 stars 27 forks source link

Initial support for ALPN #1720

Closed dennwc closed 5 years ago

dennwc commented 5 years ago

Implement initial support for ALPN.

The client will only advertise supported protocols for the server, but won't use the result of the negotiation yet.

Following changes should use m_proto on Socket to detect the protocol when using TLS.


This change is Reviewable