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
@@ -83,7 +86,7 @@ The header `include/mbedtls/mbedtls_config.h` still exists and now contains only
83
86
84
87
If you use the Python script `scripts/config.py` to adjust your configuration, you do not need to modify your scripts to specify which configuration file to edit, the script automatically updates the correct file.
85
88
86
-
There has been significant changes in the configuration options, primarily affecting cryptography.
89
+
There have been significant changes in the configuration options, primarily affecting cryptography.
87
90
88
91
#### Cryptography configuration
89
92
- See [psa-transition.md](https://github.com/Mbed-TLS/TF-PSA-Crypto/blob/development/docs/psa-transition.md#compile-time-configuration).
@@ -165,7 +168,8 @@ Finally, note the new `include/tf-psa-crypto` directory, which contains the TF-P
165
168
#### Application Developers using a distribution package
166
169
- See [Impact on usages of the library](#impact-on-some-usages-of-the-library) for the possible impacts on:
167
170
- Linking against the cryptography library or CMake targets.
168
-
- Use the updated `pkg-config` files (`mbedcrypto.pc` / `tfpsacrypto.pc`).
171
+
- Using the Mbed TLS Crypto pkg-config file.
172
+
- Using Mbed TLS as an installed library
169
173
170
174
### Developer or package maintainers
171
175
If you build or distribute Mbed TLS:
@@ -175,7 +179,8 @@ If you build or distribute Mbed TLS:
175
179
- Review [File and directory relocations](#file-and-directory-relocations) for updated paths.
176
180
- See [Impact on usages of the library](#impact-on-some-usages-of-the-library) for the possible impacts on:
177
181
- Linking against the cryptography library or CMake targets.
178
-
- Use the updated `pkg-config` files (`mbedcrypto.pc` / `tfpsacrypto.pc`).
182
+
- Using the Mbed TLS Crypto pkg-config file (`mbedcrypto.pc` or `tfpsacrypto.pc`).
183
+
- Using Mbed TLS as an installed library
179
184
- Configuration note: cryptography and platform options are now in `crypto_config.h` (see [Configuration file split](#configuration-file-split)).
0 commit comments