mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-28 22:01:06 +00:00
fe724fe618
Previously passing a NULL or zero length password into either mbedtls_pkcs12_pbe() or mbedtls_pkcs12_derive() could cause an infinate loop, and it was also possible to pass a NULL password, with a non-zero length, which would cause memory corruption. I have fixed these errors, and improved the documentation to reflect the changes and further explain what is expected of the inputs. Signed-off-by: Paul Elliott <paul.elliott@arm.com>
3 lines
87 B
Plaintext
3 lines
87 B
Plaintext
Bugfix
|
|
* Fix issues in pkcs12 when a NULL and/or zero length password was supplied.
|