mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 22:02:21 +01:00
- 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.