Files
mbedtls/ChangeLog.d
Sarvesh Bodakhe 430a4f3968 rsa_signature: Use heap memory to allocate DER encoded RSA private key
'mbedtls_pk_psa_rsa_sign_ext' function allocates a buffer of maximum
size 5679 bytes (MBEDTLS_PK_RSA_PRV_DER_MAX_BYTES) on the stack to store
DER encoded private key. This increased stack usage significantly for
RSA signature operations when MBEDTLS_PSA_CRYPTO_C is defined.

This issue was discovered when adding support for EAP-TLS 1.3 (rfc9190).

Signed-off-by: Sarvesh Bodakhe <sarvesh.bodakhe@espressif.com>
2023-07-27 14:51:25 +05:30
..
2023-03-13 11:39:43 +08:00
2023-06-08 16:43:32 +05:30
2023-06-16 15:27:23 +01:00
2023-06-04 20:41:24 -04:00
2023-06-15 14:08:19 +01:00
2023-06-06 12:31:09 +02:00
2023-07-07 15:53:34 +02:00
2023-06-21 12:36:52 +01:00
2023-06-28 11:29:27 +01:00
2023-07-03 17:59:37 +02:00
2023-06-07 17:08:09 +01:00