mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-08 13:03:39 +00:00
50888643f4
Signed-off-by: Waleed Elmelegy <waleed.elmelegy@arm.com>
8 lines
421 B
Plaintext
8 lines
421 B
Plaintext
Security
|
|
* Developers using mbedtls_pkcs5_pbes2() or mbedtls_pkcs12_pbe() should
|
|
review the size of the output buffer passed to this function, and note
|
|
that the output after decryption may include CBC padding. Consider moving
|
|
to the new functions mbedtls_pkcs5_pbes2_ext() or mbedtls_pkcs12_pbe_ext()
|
|
which checks for overflow of the output buffer and reports the actual
|
|
length of the output.
|