Skip to content

Commit

Permalink
Move Mbed TLS dependency macros to Mbed TLS
Browse files Browse the repository at this point in the history
This commit moves MBEDTLS_SSL_TLS_C, MBEDTLS_X509_USE_C and
MBEDTLS_X509_CREATE_C from TF-PSA-Crypto to Mbed TLS where they more
appropriately belong.

Signed-off-by: Harry Ramsey <[email protected]>
  • Loading branch information
Harry-Ramsey committed Jan 22, 2025
1 parent 171ba02 commit 266d148
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/mbedtls/mbedtls_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -1190,6 +1190,7 @@
* Module: library/x509_create.c
*
* Requires: MBEDTLS_BIGNUM_C, MBEDTLS_OID_C, MBEDTLS_PK_PARSE_C,
* MBEDTLS_MD_C
*
* \warning You must call psa_crypto_init() before doing any X.509 operation.
*
Expand Down Expand Up @@ -1321,7 +1322,8 @@
* library/x509_crt.c
* library/x509_csr.c
*
* Requires: MBEDTLS_ASN1_PARSE_C, MBEDTLS_BIGNUM_C, MBEDTLS_OID_C, MBEDTLS_PK_PARSE_C
* Requires: MBEDTLS_ASN1_PARSE_C, MBEDTLS_BIGNUM_C, MBEDTLS_OID_C, MBEDTLS_PK_PARSE_C,
* MBEDTLS_MD_C
*
* \warning You must call psa_crypto_init() before doing any X.509 operation.
*
Expand Down

0 comments on commit 266d148

Please sign in to comment.