| Dave Rodgman | c95cb6d | 2022-07-01 12:57:21 +0100 | [diff] [blame] | 1 | Bugfix |
| 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. | ||||