mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
Remove picocoin reference configuration
Picocoin is no longer actively supported by the library, so the reference configuration used in testing has been removed.
This commit is contained in:
parent
297d7535fb
commit
952240985a
3 changed files with 1 additions and 73 deletions
|
|
@ -23,8 +23,6 @@ my %configs = (
|
|||
'config-suite-b.h' => {
|
||||
'compat' => "-m tls1_2 -f 'ECDHE-ECDSA.*AES.*GCM' -p mbedTLS",
|
||||
},
|
||||
'config-picocoin.h' => {
|
||||
},
|
||||
'config-ccm-psk-tls1_2.h' => {
|
||||
'compat' => '-m tls1_2 -f \'^TLS-PSK-WITH-AES-...-CCM-8\'',
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue