Skip to content

Commit

Permalink
Add a "suspicious intermediate" mark for future debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Feb 6, 2013
1 parent 7cf70d6 commit 0e6239a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/check_embedded.pl
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
$issuerMark{'GlobalSign Primary Secure Server CA'} = 'i';
$issuerMark{'GlobalSign ServerSign CA'} = 'i';
$issuerMark{'Thawte Premium Server CA'} = '<'; # root directly signs; 1024 bit key
#$issuerMark{'VeriSign International Server CA - Class 3'} = '?';

# NOT from master.xml
$issuerMark{'Cybertrust Educational CA'} = 'x'; # ex trust root
Expand Down Expand Up @@ -503,6 +504,9 @@ sub comment {
if ($mark eq '<') {
warning("issuer '$issuerCN' associated with a 1024-bit root, expiry $notAfter");
}
if ($mark eq '?') {
warning("issuer '$issuerCN' suspect; verify");
}
}

#
Expand Down

0 comments on commit 0e6239a

Please sign in to comment.