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]> |