mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-08 17:42:09 +03:00
Merge pull request #5385 from AndrzejKurek/use-psa-crypto-reduced-configs
Resolve problems with reduced configs using USE_PSA_CRYPTO
This commit is contained in:
5
ChangeLog.d/psa_crypto_reduced_configs.txt
Normal file
5
ChangeLog.d/psa_crypto_reduced_configs.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
Changes
|
||||
* Automatically enable MBEDTLS_PK_WRITE_C if MBEDTLS_PK_C and
|
||||
MBEDTLS_USE_PSA_CRYPTO are enabled. This is due to ecdsa_verify_wrap
|
||||
requirements, but will also probably be needed by RSA soon, hence the
|
||||
broader PK_C requirement.
|
3
ChangeLog.d/psa_crypto_reduced_configs_bugs.txt
Normal file
3
ChangeLog.d/psa_crypto_reduced_configs_bugs.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
Bugfix
|
||||
* Fix several bugs (warnings, compiler and linker errors, test failures)
|
||||
in reduced configurations when MBEDTLS_USE_PSA_CRYPTO is enabled.
|
Reference in New Issue
Block a user