mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 18:25:49 +01:00
f294ff5d87
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
6 lines
253 B
Plaintext
6 lines
253 B
Plaintext
Bugfix
|
|
* Fix a potential invalid pointer dereference and infinite loop bugs in
|
|
pkcs12 functions when the password is empty. Fix the documentation to
|
|
better describe the inputs to these functions and their possible values.
|
|
Fixes #5136.
|