mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-09 10:50:52 +02:00
c6c4134542
- Use wolfSSL API wolfSSL_set_groups() and wolfSSL_CTX_set_groups() to configure curves list - This sets ssl->groups and ctx->groups accordingly and makes TLSX_KEY_SHARE generation respect the selection and precedence. - Add tests in quic to assert the order of selections.