mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-28 06:19:27 +00:00
c95cb6d6e5
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
6 lines
299 B
Plaintext
6 lines
299 B
Plaintext
Bugfix
|
|
* Fix handling of broken symlinks when loading certificates using
|
|
mbedtls_x509_crt_parse_path(). Instead of returning an error as soon as a
|
|
broken link is encountered, skip the broken link and continue parsing
|
|
other certificate files. Contributed by Eduardo Silva in #2602.
|