netxduo
netxduo copied to clipboard
ALPN extension support in TLS
Is your feature request related to a problem? Please describe.
Some TLS servers require ALPN extension (ALPN = application-layer protocol negotiation).
For example, Network Time Security protocol requires it (RFC 8915).
Describe the solution you'd like
Add support of ALPN ClientHello extension in NetXDuo TLS.
Additional context
RFC 7301 application-layer protocol negotiation https://www.rfc-editor.org/rfc/rfc7301