Update README with cmd list.

This commit is contained in:
Kyle Isom 2016-04-28 14:16:37 -07:00
parent 25bafdac15
commit a90d277a1f
1 changed files with 9 additions and 4 deletions

View File

@ -6,32 +6,37 @@ of these in superfluous repositories of their own, I'm putting them here.
Contents:
die/ Death of a program.
assert/ Error handling, assertion-style.
cmd/
certchain/ Display the certificate chain from a
TLS connection.
certdump/ Dump certificate information.
certverify/ Verify a TLS X.509 certificate, optionally printing
the time to expiry and checking for revocations.
the time to expiry and checking for revocations.
clustersh/ Run commands or transfer files across multiple
servers via SSH.
csrpubdump/ Dump the public key from an X.509
certificate request.
csrpubdump/ Dump the public key from an X.509 certificate request.
fragment/ Print a fragment of a file.
jlp/ JSON linter/prettifier.
pem2bin/ Dump the binary body of a PEM-encoded block.
pembody/ Print the body of a PEM certificate.
pemit/ Dump data to a PEM file.
showimp/ List the external (e.g. non-stdlib and outside the
current working directory) imports for a Go file.
readchain/ Print the common name for the certificates
in a bundle.
showimp Display the external imports in a package.
stealchain/ Dump the verified chain from a TLS
connection.
tlskeypair/ Check whether a TLS certificate and key file match.
die/ Death of a program.
fileutil/ Common file functions.
lib/ Commonly-useful functions for writing Go programs.
logging/ A logging library.
mwc/ MultiwriteCloser implementation.
sbuf/ A byte buffer that can be wiped.
testio/ Various I/O utilities useful during testing.
testutil/ Various utility functions useful during testing.
Each program should have a small README in the directory with more information.