mirror of
https://github.com/cuberite/polarssl.git
synced 2025-10-02 10:00:47 -04:00
Enable PSA_WANT_ALG_PBKDF2_HMAC in crypto_config.h
Signed-off-by: Kusumit Ghoderao <Kusumit.Ghoderao@silabs.com>
This commit is contained in:
parent
d3ca5e5897
commit
aca31654e6
@ -74,9 +74,7 @@
|
|||||||
#define PSA_WANT_ALG_HMAC 1
|
#define PSA_WANT_ALG_HMAC 1
|
||||||
#define PSA_WANT_ALG_MD5 1
|
#define PSA_WANT_ALG_MD5 1
|
||||||
#define PSA_WANT_ALG_OFB 1
|
#define PSA_WANT_ALG_OFB 1
|
||||||
/* PBKDF2-HMAC is not yet supported via the PSA API in Mbed TLS.
|
#define PSA_WANT_ALG_PBKDF2_HMAC 1
|
||||||
* Note: when adding support, also adjust include/mbedtls/config_psa.h */
|
|
||||||
//#define PSA_WANT_ALG_PBKDF2_HMAC 1
|
|
||||||
#define PSA_WANT_ALG_RIPEMD160 1
|
#define PSA_WANT_ALG_RIPEMD160 1
|
||||||
#define PSA_WANT_ALG_RSA_OAEP 1
|
#define PSA_WANT_ALG_RSA_OAEP 1
|
||||||
#define PSA_WANT_ALG_RSA_PKCS1V15_CRYPT 1
|
#define PSA_WANT_ALG_RSA_PKCS1V15_CRYPT 1
|
||||||
@ -92,8 +90,7 @@
|
|||||||
#define PSA_WANT_ALG_TLS12_PSK_TO_MS 1
|
#define PSA_WANT_ALG_TLS12_PSK_TO_MS 1
|
||||||
#define PSA_WANT_ALG_TLS12_ECJPAKE_TO_PMS 1
|
#define PSA_WANT_ALG_TLS12_ECJPAKE_TO_PMS 1
|
||||||
|
|
||||||
/* PBKDF2-HMAC is not yet supported via the PSA API in Mbed TLS.
|
/* Note: when adding support, also adjust include/mbedtls/config_psa.h */
|
||||||
* Note: when adding support, also adjust include/mbedtls/config_psa.h */
|
|
||||||
//#define PSA_WANT_ALG_XTS 1
|
//#define PSA_WANT_ALG_XTS 1
|
||||||
|
|
||||||
#define PSA_WANT_ECC_BRAINPOOL_P_R1_256 1
|
#define PSA_WANT_ECC_BRAINPOOL_P_R1_256 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user