On 04/10/2023 18:38, William Lallemand wrote:
Hello,
I fixed the build for USE_QUIC=1 and AWSLC which is limited like Ilya
mentionned.
For now:
- 0RTT was disabled.
- TLS1_3_CK_CHACHA20_POLY1305_SHA256, TLS1_3_CK_AES_128_CCM_SHA256 were
disabled
https://github.com/aws/aws-lc/commit/bc9b35c4f5a34edcc7ed5ae86f24116198f61456
and
https://github.com/aws/aws-lc/commit/f7798b764b95692d865fa0e067558deb8be3926a
were merged, so perhaps this can be revisited.
What is missing to have 0RTT support?
- clienthello callback is missing, certificate selection could be limited
(RSA + ECDSA at the same time)