blob: 52288dc0890a42eee4966e57bd08c649a8277b44 [file] [log] [blame]
Dave Rodgmanc95cb6d2022-07-01 12:57:21 +01001Bugfix
2 * Fix handling of broken symlinks when loading certificates using
3 mbedtls_x509_crt_parse_path(). Instead of returning an error as soon as a
4 broken link is encountered, skip the broken link and continue parsing
5 other certificate files. Contributed by Eduardo Silva in #2602.