Merge pull request #206 from ARMmbed/psa-test-config-default

Add config-default to test-ref-configs.pl
This commit is contained in:
Jaeden Amero 2018-11-20 12:23:05 +00:00 committed by GitHub
commit 09909bc00d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,10 @@ use warnings;
use strict;
my %configs = (
'config-default.h' => {
'opt' => '-f Default',
'compat' => '-m tls1_2 -V NO',
},
'config-mini-tls1_1.h' => {
'compat' => '-m tls1_1 -f \'^DES-CBC3-SHA$\|^TLS-RSA-WITH-3DES-EDE-CBC-SHA$\'',
},