certspotter/cmd
Andrew Ayer b6dec7822d Overhaul to be more robust and simpler
All certificates are now parsed with a special, extremely
lax parser that extracts only the DNS names.  Only if the
DNS names match the domains we're interested in will we attempt
to parse the cert with the real X509 parser.  This ensures that
we won't miss a very badly encoded certificate that has been
issued for a monitored domain.

As of the time of commit, the lax parser is able to process every
logged certificate in the known logs.
2016-02-09 10:28:52 -08:00
..
ctwatch Overhaul to be more robust and simpler 2016-02-09 10:28:52 -08:00
sha1watch New and simplified multi-log operation 2016-02-04 20:16:25 -08:00
.gitignore Initial commit 2016-02-04 18:46:19 -08:00
common.go Overhaul to be more robust and simpler 2016-02-09 10:28:52 -08:00