-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: detect loops in PE certificate chains.
Loops in the certificate chain are not common, but they are possible. The file 147f2a24913f67e66c0fe70e6804efdd1a804e17ab66e8abc5a2e1f64a708a80 contains a certificate with subject "AddTrust External CA Root" and issuer "UTN - DATACorp SGC", but there's a certificate with subject "UTN - DATACorp SGC" and issuer "AddTrust External CA Root". Curiously enough, these same entities are mentioned in multiple bug reports: https://redmine.lighttpd.net/issues/2562 https://dev.gnupg.org/T2972
- Loading branch information
Showing
1 changed file
with
33 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters