mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 09:55:40 +01:00
Merge pull request #4456 from gilles-peskine-arm/remove-config-psa-crypto-2.x
Backport 2.x: Remove config-psa-crypto.h
This commit is contained in:
commit
85bb47596c
6
ChangeLog.d/remove-config-psa-crypto.txt
Normal file
6
ChangeLog.d/remove-config-psa-crypto.txt
Normal file
@ -0,0 +1,6 @@
|
||||
Changes
|
||||
* Remove configs/config-psa-crypto.h, which was identical to the default
|
||||
configuration except for having some extra cryptographic mechanisms
|
||||
enabled and for unintended differences. This configuration was primarily
|
||||
intended to demonstrate the PSA API, and lost most of its usefulness when
|
||||
MBEDTLS_PSA_CRYPTO_C became enabled by default.
|
File diff suppressed because it is too large
Load Diff
@ -36,8 +36,6 @@ my %configs = (
|
||||
},
|
||||
'config-no-entropy.h' => {
|
||||
},
|
||||
'config-psa-crypto.h' => {
|
||||
},
|
||||
'config-suite-b.h' => {
|
||||
'compat' => "-m tls1_2 -f 'ECDHE-ECDSA.*AES.*GCM' -p mbedTLS",
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user