mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 08:16:33 +01:00
Disable truncated HMAC by default
This commit is contained in:
parent
1028b74cff
commit
662c6e8cdd
4 changed files with 4 additions and 9 deletions
|
|
@ -626,8 +626,8 @@ run_test "Truncated HMAC: client enabled, server default" \
|
|||
"$P_CLI force_ciphersuite=TLS-RSA-WITH-AES-128-CBC-SHA \
|
||||
trunc_hmac=1" \
|
||||
0 \
|
||||
-S "dumping 'computed mac' (20 bytes)" \
|
||||
-s "dumping 'computed mac' (10 bytes)"
|
||||
-s "dumping 'computed mac' (20 bytes)" \
|
||||
-S "dumping 'computed mac' (10 bytes)"
|
||||
|
||||
run_test "Truncated HMAC: client enabled, server disabled" \
|
||||
"$P_SRV debug_level=4 trunc_hmac=0" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue