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
Copy file name to clipboardExpand all lines: docs/4.0-migration-guide/repo-split.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ In Mbed TLS 4.0, the project was split into two repositories:
12
12
-[Mbed TLS](https://github.com/Mbed-TLS/mbedtls): provides TLS and X.509 functionality.
13
13
-[TF-PSA-Crypto](https://github.com/Mbed-TLS/TF-PSA-Crypto): provides the standalone cryptography library, implementing the PSA Cryptography API.
14
14
Mbed TLS consumes TF-PSA-Crypto as a submodule.
15
-
You should stay with Mbed TLS if you use TLS or X.509 functionality. You still have direct access to the PSA Cryptography API through the `tf-psa-crypto` submodule.
15
+
You should stay with Mbed TLS if you use TLS or X.509 functionality. You still have direct access to the cryptography library.
16
16
17
17
### File and directory relocations
18
18
@@ -70,13 +70,12 @@ You can also refer to the following example programs demonstrating how to consum
70
70
71
71
#### Using Mbed TLS Crypto pkg-config file
72
72
The Mbed TLS CMake build system still provides the pkg-config file mbedcrypto.pc, so you can continue using it. Internally, it now references the `tfpsacrypto` library.
73
-
A new pkg-config file, `tfpsacrypto.pc`, is also provided.
73
+
A new pkg-config file, `tfpsacrypto.pc`, is also provided.
74
74
Both `mbedcrypto.pc` and `tfpsacrypto.pc` are functionally equivalent, providing the same compiler and linker flags.
75
75
76
76
### Audience-Specific Notes
77
77
78
78
#### Application Developers using a distribution package
79
-
You should stay with Mbed TLS if you use TLS or X.509 functionality.
80
79
- See [Impact on usages of the library](#impact-on-some-usages-of-the-library) for the possible impacts on:
81
80
- Linking against the cryptography library or CMake targets.
82
81
- Use the updated `pkg-config` files (`mbedcrypto.pc` / `tfpsacrypto.pc`).
0 commit comments