Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow loading symlinked certificates
When mbedtls_x509_crt_parse_path() checks each object in the supplied path, it only processes regular files. This change makes it also accept a symlink to a file. Fixes Mbed-TLS#3005. This was observed to be a problem on Fedora/CentOS/RHEL systems, where the ca-bundle in the default location is actually a symlink.
- Loading branch information