You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
smallstep-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
3 years ago
..
identity Introduce gocritic linter and address warnings 3 years ago
testdata Update test with default tls options. 3 years ago
acmeClient.go Introduce gocritic linter and address warnings 3 years ago
acmeClient_test.go Introduce gocritic linter and address warnings 3 years ago
adminClient.go Introduce gocritic linter and address warnings 3 years ago
bootstrap.go Introduce gocritic linter and address warnings 3 years ago
bootstrap_test.go Fix unit tests in Go 1.16. 3 years ago
ca.go Introduce gocritic linter and address warnings 3 years ago
ca_test.go Introduce gocritic linter and address warnings 3 years ago
client.go Introduce gocritic linter and address warnings 3 years ago
client_test.go Introduce gocritic linter and address warnings 3 years ago
mutable_tls_config.go Fix a couple of race conditions in the renewal of certificates. 4 years ago
provisioner.go Use smallstep/cli-utils instead of smallstep/cli 4 years ago
provisioner_test.go Use go.step.sm/crypto/jose 4 years ago
renew.go Fix renew of certificate at the start of the server. 4 years ago
signal.go Add x5c provisioner capabilities 5 years ago
tls.go Use Golang's default keep-alive. 3 years ago
tls_options.go Fix typo. 5 years ago
tls_options_test.go Fix unit tests in Go 1.16. 3 years ago
tls_test.go Fix unit tests. 3 years ago