Skip to content

Commit

Permalink
Remove picocoin reference configuration
Browse files Browse the repository at this point in the history
Picocoin is no longer actively supported by the library, so the reference
configuration used in testing has been removed.
  • Loading branch information
simonbutcher committed Jan 17, 2018
1 parent 297d753 commit 9522409
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 73 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ Changes
* Only run AES-192 self-test if AES-192 is available. Fixes #963.
* Tighten the RSA PKCS#1 v1.5 signature verification code and remove the
undeclared dependency of the RSA module on the ASN.1 module.
* Removed support for the library reference configuration for picocoin.

= mbed TLS 2.6.0 branch released 2017-08-10

Expand Down
71 changes: 0 additions & 71 deletions configs/config-picocoin.h

This file was deleted.

2 changes: 0 additions & 2 deletions tests/scripts/test-ref-configs.pl
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
'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\'',
},
Expand Down

0 comments on commit 9522409

Please sign in to comment.