mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-06 12:40:02 +00:00
7 lines
363 B
Plaintext
7 lines
363 B
Plaintext
Security
|
|
* Developers using mbedtls_pkcs5_pbes2() 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 function
|
|
mbedtls_pkcs5_pbes2_ext() which checks for overflow of the output buffer
|
|
and reports the actual length of the output.
|