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 0c3a1aea38
Wait for Accept in TestBootstrapClientServerRotation
The TestBootstrapClientServerRotation often fails because the reload
returns once the Server loop gets the new listener, but the server
hasn't really started yet. This commit makes the test pass, adding a
small sleep after the reload.

A proper fix might require a wrapper over the listener and an ACK
callback on a sync.Once on a custom Accept.
10 months ago
..
identity address linter warning for go 1.19 1 year ago
testdata Improve SCEP provisioner marshaling 1 year ago
acmeClient.go more linting fixes 2 years ago
acmeClient_test.go Standardize linting file and fix or ignore lots of linting errors 2 years ago
adminClient.go address linter warning for go 1.19 1 year ago
bootstrap.go Fix and/or ignore linting issues 1 year ago
bootstrap_test.go Wait for Accept in TestBootstrapClientServerRotation 10 months ago
ca.go Use `CRLConfig.IsEnabled` 1 year ago
ca_test.go Standardize linting file and fix or ignore lots of linting errors 2 years ago
client.go Fix and/or ignore linting issues 1 year ago
client_test.go address linter warning for go 1.19 1 year ago
mutable_tls_config.go Fix a couple of race conditions in the renewal of certificates. 4 years ago
provisioner.go Standardize linting file and fix or ignore lots of linting errors 2 years ago
provisioner_test.go Normalize IPv6 hostname addresses 2 years ago
renew.go address linter warning for go 1.19 1 year ago
signal.go Add x5c provisioner capabilities 5 years ago
tls.go Fix and/or ignore linting issues 1 year ago
tls_options.go Avoid doing unauthenticated requests on the SDK 2 years ago
tls_options_test.go Standardize linting file and fix or ignore lots of linting errors 2 years ago
tls_test.go chore: log error 11 months ago