certificates/ca
Mariano Cano 36b622bfc2 Use Golang's default keep-alive.
Since Go 1.13 a net.Listen keep-alive is enabled by default if
the protocol and OS supports it. The new one is 15s to match
the net.Dial default one. Previously http.Server ListenAndServe
and ListenAndServeTLS used to add a wrapper with 3m that we
replicated.

See https://github.com/golang/go/issues/31510
2021-10-15 14:12:43 -07:00
..
identity Introduce gocritic linter and address warnings 2021-10-08 14:59:57 -04:00
testdata Update test with default tls options. 2021-08-11 15:42:22 -07:00
acmeClient.go Introduce gocritic linter and address warnings 2021-10-08 14:59:57 -04:00
acmeClient_test.go Introduce gocritic linter and address warnings 2021-10-08 14:59:57 -04:00
adminClient.go Introduce gocritic linter and address warnings 2021-10-08 14:59:57 -04:00
bootstrap.go Introduce gocritic linter and address warnings 2021-10-08 14:59:57 -04:00
bootstrap_test.go Fix unit tests in Go 1.16. 2021-02-23 15:29:56 -08:00
ca.go Introduce gocritic linter and address warnings 2021-10-08 14:59:57 -04:00
ca_test.go Introduce gocritic linter and address warnings 2021-10-08 14:59:57 -04:00
client.go Introduce gocritic linter and address warnings 2021-10-08 14:59:57 -04:00
client_test.go Introduce gocritic linter and address warnings 2021-10-08 14:59:57 -04:00
mutable_tls_config.go Fix a couple of race conditions in the renewal of certificates. 2020-01-28 13:29:40 -08:00
provisioner.go Use smallstep/cli-utils instead of smallstep/cli 2020-10-29 13:10:03 -07:00
provisioner_test.go Use go.step.sm/crypto/jose 2020-08-24 14:44:11 -07:00
renew.go Fix renew of certificate at the start of the server. 2020-05-07 18:21:11 -07:00
signal.go Add x5c provisioner capabilities 2019-10-14 14:51:37 -07:00
tls.go Use Golang's default keep-alive. 2021-10-15 14:12:43 -07:00
tls_options.go Fix typo. 2019-02-05 17:33:16 -08:00
tls_options_test.go Fix unit tests in Go 1.16. 2021-02-23 15:29:56 -08:00
tls_test.go Fix unit tests. 2021-04-21 16:20:53 -07:00