mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-22 16:32:59 +00:00
In the TLS test client, allow SHA-1 as a signature hash algorithm. Without this, the renegotation tests failed. A previous commit had allowed SHA-1 via the certificate profile but that only applied before the initial negotiation which includes the signature_algorithms extension.