Merge pull request #3034 from yanesca/revert_pr_3012

Revert "Merge pull request #3012 from Patater/dev/jp-bennett/developm…
This commit is contained in:
Janos Follath 2020-02-05 15:13:02 +00:00 committed by GitHub
commit b458b1f552
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View file

@ -16,8 +16,6 @@ Security
ARMmbed/mbed-crypto#352
Bugfix
* Allow loading symlinked certificates. Fixes #3005. Reported and fixed
by Jonathan Bennett <JBennett@incomsystems.biz> via #3008.
* Fix an unchecked call to mbedtls_md() in the x509write module.
= mbed TLS 2.16.4 branch released 2020-01-15

View file

@ -1366,7 +1366,7 @@ cleanup:
goto cleanup;
}
if( !( S_ISREG( sb.st_mode ) || S_ISLNK( sb.st_mode ) ) )
if( !S_ISREG( sb.st_mode ) )
continue;
// Ignore parse errors