Reduce line size in new pkcs function changelog
Signed-off-by: Waleed Elmelegy <waleed.elmelegy@arm.com>
This commit is contained in:
parent
0684965f5a
commit
50888643f4
1 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
Security
|
Security
|
||||||
* Developers using mbedtls_pkcs5_pbes2() or mbedtls_pkcs12_pbe() should review
|
* Developers using mbedtls_pkcs5_pbes2() or mbedtls_pkcs12_pbe() should
|
||||||
the size of the output buffer passed to this function, and note that the
|
review the size of the output buffer passed to this function, and note
|
||||||
output after decryption may include CBC padding. Consider moving to the
|
that the output after decryption may include CBC padding. Consider moving
|
||||||
new functions mbedtls_pkcs5_pbes2_ext() or mbedtls_pkcs12_pbe_ext() which
|
to the new functions mbedtls_pkcs5_pbes2_ext() or mbedtls_pkcs12_pbe_ext()
|
||||||
checks for overflow of the output buffer and reports the actual length
|
which checks for overflow of the output buffer and reports the actual
|
||||||
of the output.
|
length of the output.
|
||||||
|
|
Loading…
Reference in a new issue