mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-01 09:10:03 +00:00
Fixed compat.sh arguments line in test-ref-configs.pl
This commit is contained in:
parent
a5320904bf
commit
20ed0f7e6d
@ -11,7 +11,7 @@ use strict;
|
||||
my %configs = (
|
||||
'config-psk-rc4-tls1_0.h' => "-m tls1 -f 'PSK.*RC4'",
|
||||
'config-mini-tls1_1.h'
|
||||
=> "-m tls1_1 -f '^DES-CBC3-SHA\$\|^TLS_RSA_WITH_3DES_EDE_CBC_SHA\$'",
|
||||
=> '-m tls1_1 -f \'^DES-CBC3-SHA$\|^TLS-RSA-WITH-3DES-EDE-CBC-SHA$\'',
|
||||
'config-suite-b.h' => "-m tls1_2 -f 'ECDSA.*GCM'",
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user