4cc6522a85
Now that we have padding verification after decryption and since this can be used to validate the password as well there is no need to parse ASN1 content any more, so we can simplify/remove that dependency. Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
3 lines
131 B
Text
3 lines
131 B
Text
Bugfix
|
|
* mbedtls_pem_read_buffer() now performs a check on the padding data of
|
|
decrypted keys and it rejects invalid ones.
|