You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`library/`|`tf-psa-crypto/core/`<br>`tf-psa-crypto/drivers/builtin/src/`| Contains cryptographic, cryptographic-adjacent (e.g., ASN.1, Base64), and platform C modules and headers. |
25
-
|`include/mbedtls/`|`tf-psa-crypto/include/mbedtls/`<br>`tf-psa-crypto/drivers/builtin/include/private/`| Public headers moved to `include/mbedtls`; now internal headers moved to `include/private`. |
26
-
|`include/psa/`|`tf-psa-crypto/include/`| All PSA headers consolidated here. |
|`library/*`(\*)|`tf-psa-crypto/core/`<br>`tf-psa-crypto/drivers/builtin/src/`| Contains cryptographic, cryptographic-adjacent (e.g., ASN.1, Base64), and platform C modules and headers. |
25
+
|`include/mbedtls/*`(\*)|`tf-psa-crypto/include/mbedtls/`<br>`tf-psa-crypto/drivers/builtin/include/private/`| Public headers moved to `include/mbedtls`; now internal headers moved to `include/private`. |
26
+
|`include/psa`|`tf-psa-crypto/include/psa`| All PSA headers consolidated here. |
(\*) The `library` and `include/mbedtls` directories still exist in Mbed TLS, but not contain only TLS and X.509 components.
30
30
31
31
### Configuration file split
32
32
Cryptography and platform configuration options have been moved from `mbedtls_config.h` to `crypto_config.h`, which is now mandatory. See [Compile-time configuration](#compile-time-confiuration).
0 commit comments