wolfssl
wolfssl copied to clipboard
Fixes ZD 18204: check hashsigalgo matches ssl suites.
Description
When picking a hash sig algo in MatchSuite, require that peer hash sig algo is supported in our ssl->suites or ssl->ctx->suites.
Fixes zd#18204.
Testing
Reproducers in ticket.
Note: this requires https://github.com/wolfSSL/osp/pull/186 for the Python port test to pass.
Retest this please Jenkins