MINOR: quic: Prefer x25519 as ECDH preferred parametes.
authorFrédéric Lécaille <flecaille@haproxy.com>
Thu, 1 Jul 2021 15:09:05 +0000 (17:09 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000 (15:27 +0200)
commit4b1fddcfcfcd87efa5f97fecb8669766433d3318
tree749657efc4a4ace0a0a6f8885aae1c0ad9241f77
parentc6bc185c185e366e57beed99ddfe609f7b5507b6
MINOR: quic: Prefer x25519 as ECDH preferred parametes.

This make at least our listeners answer to ngtcp2 clients without
HelloRetryRequest message. It seems the server choses the first
group in the group list ordered by preference and set by
SSL_CTX_set1_curves_list() which match the client ones.
src/xprt_quic.c