commit | e567101f6b4c605cb7b816a202423f0acadd67e3 | [log] [tgz] |
---|---|---|
author | Andres AG <andres.amayagarcia@arm.com> | Thu Dec 08 17:08:44 2016 +0000 |
committer | Andres AG <andres.amayagarcia@arm.com> | Thu Jan 19 16:57:16 2017 +0000 |
tree | 543396a8e3070894cc6f29c1af323c4cd948acae | |
parent | a697bf503ad97c74b43d2ff01aa07c6629d23c16 [diff] |
Fix CRL parsing to avoid infinite loop This patch modifies the function mbedtls_x509_crl_parse() to ensure that a CRL in PEM format with trailing characters after the footer does not result in the execution of an infinite loop.