Commit Graph

16 Commits

Author SHA1 Message Date
Kyle Isom 984baa6bb4 working on removing dependency on cfssl. 2023-05-06 13:25:30 -07:00
Kyle Isom d66cfe1145 Cut over to Bazel. 2023-05-04 14:00:30 -07:00
Christopher Broglie 06c7f8f42f Make key and extended usages output stable 2017-11-21 15:14:51 -08:00
Kyle Isom 54dd461733 Add option to print the SHA256 hash of a certificate.
This hash isn't the SKI --- it's a SHA256 hash of the raw certificate
contents.
2017-05-03 11:01:33 -07:00
Kyle Isom 89bddc74bb certdump: only close connection if Dial succeeds. 2016-10-14 09:54:04 -07:00
Kyle Isom b9deec27f0 Allow fetching certificates from servers. 2016-10-14 09:50:22 -07:00
Kyle Isom f710b82899 certdump - show OCSP servers 2016-07-11 17:38:09 -07:00
Kyle Isom 8055404211 Update certdump README. 2016-04-01 15:27:13 -07:00
Kyle Isom e40745db9f certdump now reliably gets certs via stdin.
There was an issue doing something like

  cfssl bundle -domain kyleisom.net | jq .bundle | certdump

which seems to have been caused by the way that newlines were
encoded inside. The input is now massaged a bit to make it
more palatable to the cert parser.
2016-04-01 15:22:38 -07:00
Kyle Isom e33e8c3ce5 Tweaks to various tools. 2016-04-01 15:09:19 -07:00
Kyle Isom 215d03bdb1 golint fixes. 2015-12-23 13:28:04 -08:00
Kyle Isom 14bf511195 Certdump handles DER certificates as well now. 2015-12-23 13:24:25 -08:00
Kyle Isom 1535cba7a4 Add AIA display to certdump. 2015-12-07 14:34:00 -08:00
Kyle Isom ad5a7ca0be Improve SAN listing support. 2015-11-30 15:14:05 -08:00
Kyle Isom 49444c3318 Should be better at documenting things. 2015-09-22 01:46:54 -07:00
Kyle Isom df5100bc30 Add certdump util. 2015-08-17 23:41:06 -07:00