summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Collapse)Author
2021-08-24fix(test): update travis and e2e selfSignedCert fnDominic Evans
- add go.mod/go.sum - update .travis.yml to test against supported Go versions - drop golint from CI checks To satisfy modern Go crypto in the tlsrouter e2e_test.go: - bump RSA keysize to minimum 2048 bits - set NotBefore to valid recent timestamp - include CommonName in SANs Signed-off-by: Dominic Evans <[email protected]>
2020-01-24Update import path to inet.af/tcpproxyBrad Fitzpatrick
2018-08-08tlsrouter/README: fix the go get urlVincent Batts
Fixes #19 Signed-off-by: Vincent Batts <[email protected]>
2017-07-05Move tlsrouter's readme to the command's directory.David Anderson
2017-07-02Move tlsrouter to cmd/tlsrouter, in preparation for rewrite as a pkg.David Anderson