mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Use SSL_CIPHERSUITES in example configs
This commit is contained in:
committed by
Paul Bakker
parent
dfc7df0bec
commit
cc10f4ddfe
@ -20,7 +20,7 @@ my %configs = (
|
||||
'config-picocoin.h'
|
||||
=> 0,
|
||||
'config-ccm-psk-tls1_2.h'
|
||||
=> '-m tls1_2 -f \'TLS-PSK.*AES.*CCM\'',
|
||||
=> '-m tls1_2 -f \'^TLS-PSK-WITH-AES-...-CCM-8\'',
|
||||
);
|
||||
|
||||
# If no config-name is provided, use all known configs.
|
||||
|
Reference in New Issue
Block a user