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
(<sup>†</sup>) The `library` and `include/mbedtls` directories still exist in Mbed TLS, but not contain only TLS and X.509 components.
76
+
(<sup>†</sup>) The `library` and `include/mbedtls` directories still exist in Mbed TLS, but now contain only TLS and X.509 components.
78
77
79
78
### Configuration file split
80
79
Cryptography and platform configuration options have been moved from `include/mbedtls/mbedtls_config.h` to `tf-psa-crypto/include/psa/crypto_config.h`, which is now mandatory.
@@ -152,7 +151,7 @@ Both `mbedcrypto.pc` and `tfpsacrypto.pc` are functionally equivalent, providing
152
151
The Mbed TLS CMake build system still installs the cryptography libraries under their legacy name, `libmbedcrypto.<ext>`, so you can continue linking against them.
153
152
The cryptography library is also now provided as `libtfpsacrypto.<ext>`.
154
153
155
-
Regarding the headers, the main change is the relocation of some headers to private directories.
154
+
Regarding the headers, the main change is the relocation of some headers to subdirectories called `private`.
156
155
These headers are installed primarily to satisfy compiler dependencies.
157
156
Others remain for historical reasons and may be cleaned up in later versions of the library.
0 commit comments