mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-23 13:35:28 +00:00
Specify server certificate to use in SHA-1 test
Specify the SHA-1 server certificate to use in the SHA-1 test, because now the default certificates use SHA256 certificates.
This commit is contained in:
parent
acfee8eb04
commit
574ac577b0
|
@ -4009,7 +4009,7 @@ run_test "Per-version suites: TLS 1.2" \
|
|||
|
||||
requires_gnutls
|
||||
run_test "ClientHello without extensions, SHA-1 allowed" \
|
||||
"$P_SRV debug_level=3" \
|
||||
"$P_SRV debug_level=3 key_file=data_files/server2.key crt_file=data_files/server2.crt" \
|
||||
"$G_CLI --priority=NORMAL:%NO_EXTENSIONS:%DISABLE_SAFE_RENEGOTIATION localhost" \
|
||||
0 \
|
||||
-s "dumping 'client hello extensions' (0 bytes)"
|
||||
|
|
Loading…
Reference in a new issue