Skip to content

Commit e27c35c

Browse files
Copyediting
Signed-off-by: Gilles Peskine <[email protected]>
1 parent 2c2e243 commit e27c35c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/4.0-migration-guide/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ All configuration options that are relevant to TF-PSA-Crypto must now be configu
88
* otherwise `<psa/crypto_config.h>`;
99
* additionally `TF_PSA_CRYPTO_USER_CONFIG_FILE`, if set.
1010

11-
Configuration options that are relevant to X.509 or TLS should still be set in the Mbed TLS configuration file (`MBEDTLS_CONFIG_FILE` or `<mbedtls/mbedtls_config.h>`, and `MBEDTLS_USER_CONFIG_FILE` is set). However, you can define all options in the crypto configuration, and Mbed TLS will pick them up.
11+
Configuration options that are relevant to X.509 or TLS should still be set in the Mbed TLS configuration file (`MBEDTLS_CONFIG_FILE` or `<mbedtls/mbedtls_config.h>`, plus `MBEDTLS_USER_CONFIG_FILE` if it is set). However, you can define all options in the crypto configuration, and Mbed TLS will pick them up.
1212

1313
Generally speaking, the options that must be configured in TF-PSA-Crypto are:
1414

0 commit comments

Comments
 (0)