Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-24 | fix(test): update travis and e2e selfSignedCert fn | Dominic 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-24 | Update import path to inet.af/tcpproxy | Brad Fitzpatrick | |
2018-08-08 | tlsrouter/README: fix the go get url | Vincent Batts | |
Fixes #19 Signed-off-by: Vincent Batts <[email protected]> | |||
2017-07-05 | Move tlsrouter's readme to the command's directory. | David Anderson | |
2017-07-02 | Move tlsrouter to cmd/tlsrouter, in preparation for rewrite as a pkg. | David Anderson | |