86cacac91a
Summary: Port ALPN implementation of tls13 client from [tls13-prototype](https://github.com/hannestschofenig/mbedtls/blob/tls13-prototype/library/ssl_tls13_client.c#L1124). Test Plan: Reviewers: Subscribers: Tasks: Tags: Signed-off-by: lhuang04 <lhuang04@fb.com>
4 lines
178 B
Text
4 lines
178 B
Text
Features
|
|
* Add ALPN support in tls13 client. Client is able to write ALPN extension
|
|
in client hello, and able to parse the response from server encrypted
|
|
extension.
|