Simplify documentation of crypto dependencies between configuration options in 4.0 #9791
Labels
component-crypto
Crypto primitives and low-level interfaces
component-tls
component-x509
enhancement
In TF-PSA-Crypto 1.0 and Mbed TLS 4.0, cryptographic mechanisms can only be configured through
PSA_WANT_xxx
options, not through legacy options likeMBEDTLS_SHA256_C
,MBEDTLS_ECDH_C
, etc.The goal of this issue is to clean up all public documentation that refers to legacy options.
Preliminary: remove both
MBEDTLS_USE_PSA_CRYPTO
andMBEDTLS_PSA_CRYPTO_CONFIG
from the public interface, which is ongoing at the time I write this. These options together made things complicated, but we now have a clean slate.The text was updated successfully, but these errors were encountered: