Kyle Isom c2dca76803 Add sbuf.
2015-09-22 01:26:02 -07:00
2015-09-22 01:25:10 -07:00
2015-06-10 16:32:04 -07:00
2015-09-12 03:54:43 -07:00
2015-09-22 01:26:02 -07:00
2015-06-10 16:32:04 -07:00
2015-06-10 16:32:04 -07:00

GOUTILS

This is a collection of small utility code I've written in Go; the cmd/ directory has a number of command-line utilities. Rather than keep all of these in superfluous repositories of their own, I'm putting them here.

Contents:

die/			Death of a program.
cmd/
	certchain/	Display the certificate chain from a
			TLS connection.
	csrpubdump/	Dump the public key from an X.509
			certificate request.
	readchain/	Print the common name for the certificates
			in a bundle.
	stealchain/	Dump the verified chain from a TLS
			connection.

Each program should have a small README in the directory with more information.

All code here is licensed under the MIT license.

Description
My collection of small utility code.
Readme BSD-2-Clause 1.4 MiB
v1.13.5 Latest
2025-11-18 21:42:44 +00:00
Languages
Go 98.9%
Dockerfile 0.6%
Shell 0.5%