Skip to content

Commit c764624

Browse files
Various small changes
Signed-off-by: Ronald Cron <[email protected]>
1 parent a5e1b6d commit c764624

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/4.0-migration-guide/repo-split.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In Mbed TLS 4.0, the project was split into two repositories:
1212
- [Mbed TLS](https://github.com/Mbed-TLS/mbedtls): provides TLS and X.509 functionality.
1313
- [TF-PSA-Crypto](https://github.com/Mbed-TLS/TF-PSA-Crypto): provides the standalone cryptography library, implementing the PSA Cryptography API.
1414
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.
1616

1717
### File and directory relocations
1818

@@ -70,13 +70,12 @@ You can also refer to the following example programs demonstrating how to consum
7070

7171
#### Using Mbed TLS Crypto pkg-config file
7272
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.
7474
Both `mbedcrypto.pc` and `tfpsacrypto.pc` are functionally equivalent, providing the same compiler and linker flags.
7575

7676
### Audience-Specific Notes
7777

7878
#### Application Developers using a distribution package
79-
You should stay with Mbed TLS if you use TLS or X.509 functionality.
8079
- See [Impact on usages of the library](#impact-on-some-usages-of-the-library) for the possible impacts on:
8180
- Linking against the cryptography library or CMake targets.
8281
- Use the updated `pkg-config` files (`mbedcrypto.pc` / `tfpsacrypto.pc`).

0 commit comments

Comments
 (0)