1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-10-20 21:50:48 +08:00

Merge pull request #10459 from gilles-peskine-arm/fix-doc-submodule-links

Fix documentation link to submodule that doesn't work on GitHub
This commit is contained in:
Manuel Pégourié-Gonnard
2025-10-17 08:28:40 +00:00
committed by GitHub

View File

@@ -11,7 +11,7 @@ The changes are detailed below. Here is a summary of the main points:
- The cryptography API is now mostly the PSA API: most legacy cryptography APIs have been removed. This has led to adaptations in some X.509 and TLS APIs, notably because the library always uses the PSA random generator. - The cryptography API is now mostly the PSA API: most legacy cryptography APIs have been removed. This has led to adaptations in some X.509 and TLS APIs, notably because the library always uses the PSA random generator.
- Various deprecated or minor functionality has been removed. - Various deprecated or minor functionality has been removed.
Please consult the [TF-PSA-Crypto migration guide](../tf-psa-crypto/docs/1.0-migration-guide.md) for all information related to the crytography part of the library. Please consult the [TF-PSA-Crypto migration guide](https://github.com/Mbed-TLS/TF-PSA-Crypto/blob/development/docs/1.0-migration-guide.md) for all information related to the crytography part of the library.
## CMake as the only build system ## CMake as the only build system
Mbed TLS now uses CMake exclusively to configure and drive its build process. Mbed TLS now uses CMake exclusively to configure and drive its build process.