1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-07 06:42:56 +03:00

Add config based on PSK-CCM

This commit is contained in:
Manuel Pégourié-Gonnard
2014-06-24 15:51:32 +02:00
parent ac2ccf897c
commit 1a74a26f77
2 changed files with 37 additions and 0 deletions

View File

@@ -19,6 +19,8 @@ my %configs = (
=> "-m tls1_2 -f 'ECDHE-ECDSA.*AES.*GCM'",
'config-picocoin.h'
=> 0,
'config-ccm-psk-tls1_2.h'
=> '-m tls1_2 -f \'TLS-PSK.*AES.*CCM\'',
);
# If no config-name is provided, use all known configs.