mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-30 15:32:58 +00:00
mbedls_config: update documentation for MBEDTLS_PKCS[5/12]_C
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
49067d7d0e
commit
e98ad5931a
@ -3082,7 +3082,6 @@
|
|||||||
*
|
*
|
||||||
* Module: library/pkcs5.c
|
* Module: library/pkcs5.c
|
||||||
*
|
*
|
||||||
* Requires: MBEDTLS_CIPHER_C
|
|
||||||
* Auto-enables: MBEDTLS_MD_C
|
* Auto-enables: MBEDTLS_MD_C
|
||||||
*
|
*
|
||||||
* \warning If using a hash that is only provided by PSA drivers, you must
|
* \warning If using a hash that is only provided by PSA drivers, you must
|
||||||
@ -3117,8 +3116,8 @@
|
|||||||
* Module: library/pkcs12.c
|
* Module: library/pkcs12.c
|
||||||
* Caller: library/pkparse.c
|
* Caller: library/pkparse.c
|
||||||
*
|
*
|
||||||
* Requires: MBEDTLS_ASN1_PARSE_C, MBEDTLS_CIPHER_C and either
|
* Requires: MBEDTLS_ASN1_PARSE_C and either MBEDTLS_MD_C or
|
||||||
* MBEDTLS_MD_C or MBEDTLS_PSA_CRYPTO_C.
|
* MBEDTLS_PSA_CRYPTO_C.
|
||||||
*
|
*
|
||||||
* \warning If using a hash that is only provided by PSA drivers, you must
|
* \warning If using a hash that is only provided by PSA drivers, you must
|
||||||
* call psa_crypto_init() before doing any PKCS12 operations.
|
* call psa_crypto_init() before doing any PKCS12 operations.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user