1
0
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:
Manuel Pégourié-Gonnard
2014-06-30 19:22:44 +02:00
committed by Paul Bakker
parent dfc7df0bec
commit cc10f4ddfe
3 changed files with 14 additions and 2 deletions

View File

@ -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.