goutils/cmd
Kyle Isom c3909b92f1 Improved time zone check.
Previously, the zone check compared time.Local and time.UTC. However,
when this was tested on a machine that uses UTC locally, it became
apparent that the two pointers can differ while having the same time
zone. A more useful check is to look up the offsets for the time zones
and compare those --- they'll return the same times.
2016-06-14 16:47:05 -07:00
..
certchain Initial import. 2015-06-10 16:32:04 -07:00
certdump Update certdump README. 2016-04-01 15:27:13 -07:00
certverify Use goutils/die instead of kisom/die. 2016-04-28 11:29:58 -07:00
clustersh Add clustersh, update docs. 2015-12-22 20:54:59 -08:00
csrpubdump Use goutils/die instead of kisom/die. 2016-04-28 11:29:58 -07:00
fragment Use goutils/die instead of kisom/die. 2016-04-28 11:29:58 -07:00
jlp Add jlp utility. 2015-10-26 16:37:44 -07:00
pem2bin Add pem2bin, a utility for dumping the contents of PEM blocks. 2016-01-14 17:45:55 -08:00
pembody Support reading from standard input in pembody. 2016-04-28 14:15:35 -07:00
pemit Add pemit to convert data to PEM. 2016-04-28 14:16:22 -07:00
readchain Initial import. 2015-06-10 16:32:04 -07:00
showimp Use goutils/die instead of kisom/die. 2016-04-28 11:29:58 -07:00
stealchain Tweaks to various tools. 2016-04-01 15:09:19 -07:00
tlskeypair Use goutils/die instead of kisom/die. 2016-04-28 11:29:58 -07:00
utc Improved time zone check. 2016-06-14 16:47:05 -07:00
yamll Add YAML linter. 2016-05-27 16:50:40 -07:00