Paul Elliott fe724fe618 Fix for pkcs12 with NULL or zero length password
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>
2021-12-10 17:48:12 +00:00
..
2021-12-07 12:16:33 +00:00
2021-11-11 11:33:19 +01:00
2021-09-30 20:34:29 +02:00
2021-09-30 12:29:27 +02:00
2021-11-22 15:35:58 +00:00
2021-11-17 20:00:13 +01:00