Commit Graph

  • 9e19346fc0 add sum file Kyle Isom 2020-11-26 20:09:46 -08:00
  • cb827169dc switching hosting providers Kyle Isom 2020-11-26 20:09:37 -08:00
  • 027d0173bc logging: finish multi implementation v1.4.3 Kyle Isom 2020-11-11 21:15:02 -08:00
  • 6f19b69bbd logging: add CREATE flag to file-based loggers. v1.4.2 Kyle Isom 2020-11-11 10:06:13 -08:00
  • 7e118bfdb0 logging: add Multi v1.4.1 Kyle Isom 2020-11-11 09:51:46 -08:00
  • e0868841bf Merge pull request #7 from santosh653/master Kyle Isom 2020-11-04 07:24:04 -08:00
  • c558405d11 Update .travis.yml santosh653 2020-11-04 05:22:10 -05:00
  • 619c08a13f Update travis to latest Go versions. Kyle Isom 2020-10-31 07:43:51 -07:00
  • 944a57bf0e Switch to go modules. Kyle Isom 2020-10-31 07:25:55 -07:00
  • 0857b29624 Actually support clock mocking. Kyle Isom 2018-12-09 22:01:00 -08:00
  • e95404bfc5 Fix function comments based on best practices from Effective Go CodeLingo Bot 2019-03-19 17:06:19 +13:00
  • 924654e7c4 Added Support for Linux on Power ujjwalsh 2020-10-30 08:28:26 +00:00
  • a1eb035af7 Update .travis.yml santosh653 2020-10-20 04:56:21 -04:00
  • 5eedcff042 add rand package, utilities for math/rand. v1.4.0 Kyle Isom 2020-06-02 17:26:17 -07:00
  • 6ac8eb04b4 Updated by OWASP Threat Dragon Kyle Isom 2020-03-05 15:29:57 -08:00
  • 4a4e4cd3fd Updated by OWASP Threat Dragon Kyle Isom 2020-03-05 12:20:49 -08:00
  • 1207093a56 Created by OWASP Threat Dragon Kyle Isom 2020-03-05 12:19:57 -08:00
  • 2b6ae03d1a config: add a Require message. v1.3.4 Kyle Isom 2020-03-02 17:36:29 -08:00
  • ef0f14a512 Add global config package. v1.3.3 Kyle Isom 2020-03-02 17:11:55 -08:00
  • 6ae393ebf2 Have to explicitly allow darwin/amd64 in the build tag. 1.3.2 Kyle Isom 2020-01-16 06:19:21 -08:00
  • 76d88c220d Add go mod, update ftime. 1.3.1 Kyle Isom 2020-01-16 06:13:31 -08:00
  • 40e015373f Point to goutils-pkg. Kyle Isom 2016-06-15 23:24:51 -07:00
  • 50c226b726 Add parts. Kyle Isom 2019-01-08 12:46:53 -08:00
  • 070ffb9dff Cleanup testio. v1.3.0 Kyle Isom 2018-12-17 18:16:52 -08:00
  • 5ac05bd298 Add debug printer. Kyle Isom 2018-12-17 18:12:51 -08:00
  • cf1edf2d31 Add simple proxy. Kyle Isom 2018-12-12 14:56:53 -08:00
  • 9e0979e07f Support clock mocking. Kyle Isom 2018-12-06 08:07:27 -08:00
  • 03e8958dd7 Merge pull request #6 from golint-fixer/master Kyle Isom 2018-10-31 18:31:23 -07:00
  • 6cef585071 Fix golint import path golint fixer 2018-10-25 09:37:10 -05:00
  • 06678499d4 Add missing format arg. v1.2.1 Kyle Isom 2018-09-15 16:48:43 -07:00
  • fad17065fe Update README. Kyle Isom 2018-09-15 15:26:42 -07:00
  • 63e0cbeacb Update CHANGELOG for release. v1.2.0 Kyle Isom 2018-09-15 15:10:44 -07:00
  • 231b98dd68 Add kgz, a gzip tool. Kyle Isom 2018-09-15 15:08:37 -07:00
  • 160a42ec26 travis: drop go 1.8 Kyle Isom 2018-04-24 10:47:35 -07:00
  • b6b33e00c8 cmd/showimp: support ignoring directories. Kyle Isom 2018-04-24 09:42:54 -07:00
  • 9e1aed257b rhash: use io.Copy to avoid reading the full file. Kyle Isom 2017-11-17 18:55:20 -08:00
  • bbc82ff8de Pad non-padded secrets. This lets us continue building on <= go1.8. Aaron Bieber 2018-04-18 09:16:40 -06:00
  • 5fd928f69a Decode using WithPadding as pointed out by @gl-sergei. Aaron Bieber 2018-04-17 07:16:58 -06:00
  • acefe4a3b9 Don't assume our secret is base32 encoded. Aaron Bieber 2018-04-16 13:55:03 -06:00
  • a1452cebc9 Travis requires a string for Go 1.10. Kyle Isom 2018-04-16 12:57:51 -07:00
  • 6e9812e6f5 Vendor dependencies and add more tests. Kyle Isom 2018-04-16 12:50:19 -07:00
  • 8c34415c34 add readme Aaron Bieber 2017-10-24 06:49:17 -06:00
  • 2cf2c15def Case insensitive algorithm match Paul TREHIOU 2017-12-23 19:03:14 +01:00
  • 411907c0ad Merge pull request #5 from cbroglie/master Kyle Isom 2017-11-22 16:24:57 -08:00
  • 06c7f8f42f Make key and extended usages output stable Christopher Broglie 2017-11-21 15:13:13 -08:00
  • 8b638065d1 Fix ahash test Sprintf's. Kyle Isom 2017-11-21 13:00:20 -08:00
  • 9ac378eaa5 go lint → golint Kyle Isom 2017-11-21 12:55:51 -08:00
  • eaaaabe439 go vet → golint Kyle Isom 2017-11-21 12:52:26 -08:00
  • 4122f01644 Fix travis errors. Kyle Isom 2017-11-21 12:42:53 -08:00
  • 263a5d3973 Add travis config. Kyle Isom 2017-11-21 12:30:06 -08:00
  • afef3eea62 Fix Logger interface. Kyle Isom 2017-11-21 12:19:38 -08:00
  • d6c5360a06 Start a change log. v1.1.0 Kyle Isom 2017-11-16 08:34:05 -08:00
  • 0ab21e12f3 Reformat cmd/utc/main.go. Kyle Isom 2017-11-16 08:32:42 -08:00
  • 832475db56 gofmt cleanups. Kyle Isom 2017-11-16 08:26:27 -08:00
  • cb16cfa183 golint cleanups. Kyle Isom 2017-11-16 08:32:05 -08:00
  • d083a39a7d Fix README formatting. Kyle Isom 2017-11-16 08:23:12 -08:00
  • fc77225740 Add rhash for hashing remote files. Kyle Isom 2017-11-16 08:22:46 -08:00
  • 41df73d7a8 Add ahash package. Kyle Isom 2017-11-16 07:52:36 -08:00
  • 0dc478746a Add rsha256 - remote sha256 utility. Kyle Isom 2017-11-15 11:29:26 -08:00
  • f44bbc9eca Add cruntar - untar for ChromeOS. Kyle Isom 2017-11-15 11:27:38 -08:00
  • 1df0350fc7 Cleanups and docs. Kyle Isom 2017-10-20 12:38:41 -07:00
  • d42c1fa1c5 Add subjhash tool. Minor cleanups. Kyle Isom 2017-10-20 12:18:41 -07:00
  • 4fa6e4ab0e Update README. Kyle Isom 2017-09-26 16:01:36 -07:00
  • a3ead16faf Add ski utility. Kyle Isom 2017-09-26 15:59:39 -07:00
  • eaad1884d4 Make sure our secret is always uppercase Aaron Bieber 2017-09-17 15:41:16 -06:00
  • c8f839de73 Cleanups and improvements. Kyle Isom 2017-09-12 03:38:47 -07:00
  • 0c56a477bc Add tee. Kyle Isom 2017-09-12 03:25:12 -07:00
  • 763dbec310 Merge pull request #3 from joshlf/stealchain-server Kyle Isom 2017-08-29 12:47:16 -07:00
  • 0e6b60a2c4 cmd/stealchain-server: Present server cert, request client cert Joshua Liebow-Feeser 2017-08-29 12:41:33 -07:00
  • be34ad263d Merge pull request #2 from joshlf/stealchain-server Kyle Isom 2017-08-29 10:55:49 -07:00
  • 48b03c908d cmd/stealchain-server: Explicitly perform TLS handshake. Joshua Liebow-Feeser 2017-08-29 09:53:51 -07:00
  • 70d7ff505b Merge pull request #1 from joshlf/stealchain-server Kyle Isom 2017-08-28 17:39:30 -07:00
  • 68e5822176 cmd/stealchain-server: Initial commit. Joshua Liebow-Feeser 2017-08-28 17:05:34 -07:00
  • 54dd461733 Add option to print the SHA256 hash of a certificate. Kyle Isom 2017-05-03 11:01:33 -07:00
  • eba03a2f4a Update README. Kyle Isom 2017-05-03 11:01:01 -07:00
  • 5d57d844d4 Add license (MIT). Kyle Isom 2017-04-13 09:55:39 -07:00
  • 31b9d175dd Add travis config. Kyle Isom 2017-03-20 14:05:20 -07:00
  • 79e106da2e point to new qr location Aaron Bieber 2017-03-20 14:09:26 -06:00
  • 9b18cc18d3 Add certexpiry. v1.0.0 Kyle Isom 2017-01-05 21:02:28 -08:00
  • 858c9cb4e8 Add atping: a tcp ping tool Kyle Isom 2016-11-01 07:55:14 -07:00
  • 89bddc74bb certdump: only close connection if Dial succeeds. Kyle Isom 2016-10-14 09:54:04 -07:00
  • c8b627565f jlp: support reading JSON from stdin. Kyle Isom 2016-10-14 09:51:29 -07:00
  • b9deec27f0 Allow fetching certificates from servers. Kyle Isom 2016-10-14 09:50:22 -07:00
  • e8045e0b1f Add renfnv tool. Kyle Isom 2016-08-23 12:59:34 -07:00
  • f710b82899 certdump - show OCSP servers Kyle Isom 2016-07-11 17:38:09 -07:00
  • 4720196aaa yamll: support reading from stdin. Kyle Isom 2016-07-05 15:54:13 -07:00
  • c8cdd70a08 Add no-write option to jlp. Kyle Isom 2016-07-01 15:56:52 -07:00
  • ce9604b4e1 Add support for Unix timestamps. Kyle Isom 2016-06-15 22:05:58 -07:00
  • 58e8465947 Usability fixes. Kyle Isom 2016-06-15 18:24:41 -07:00
  • c3909b92f1 Improved time zone check. Kyle Isom 2016-06-14 16:42:33 -07:00
  • 57e31bfcf4 Updating docs, add a few new features to utc. Kyle Isom 2016-06-14 15:22:38 -07:00
  • a0e48cd55b Add utc for time -> UTC conversions. Kyle Isom 2016-06-14 14:55:04 -07:00
  • cd6c00a203 Add YAML linter. Kyle Isom 2016-05-27 16:50:40 -07:00
  • fb87692b55 Small formatting fix to README. Kyle Isom 2016-04-28 14:21:44 -07:00
  • a90d277a1f Update README with cmd list. Kyle Isom 2016-04-28 14:16:37 -07:00
  • 25bafdac15 Add pemit to convert data to PEM. Kyle Isom 2016-04-28 14:16:22 -07:00
  • 4b9da3632a Support reading from standard input in pembody. Kyle Isom 2016-04-28 14:15:35 -07:00
  • f7bc97405a Add boolean function to die. Kyle Isom 2016-04-28 14:15:22 -07:00
  • 8ec54bb0b3 Assert now supports core dumps. Kyle Isom 2016-04-28 14:14:48 -07:00
  • a01b7ae657 Deprecate CheckFatal in favour of assert package. Kyle Isom 2016-04-28 13:16:47 -07:00