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 fcfd2b9bdc
Return an appropriate error when requests fail
If an http client Do method fails, it always returns an *url.URL error,
this change generalizes all those errors in one common method instead of
returning an fake HTTP error.

Fixes smallstep/cli#738
2 years ago
..
identity Standardize linting file and fix or ignore lots of linting errors 2 years ago
testdata Disable http loggers in test. 2 years 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 Return an appropriate error when requests fail 2 years ago
bootstrap.go all: reformat all go files with the next gofmt (Go 1.19) 2 years ago
bootstrap_test.go Standardize linting file and fix or ignore lots of linting errors 2 years ago
ca.go Improve configuration file initialization log output 2 years ago
ca_test.go Standardize linting file and fix or ignore lots of linting errors 2 years ago
client.go Return an appropriate error when requests fail 2 years ago
client_test.go Fix err assert linter warnings - upgrade outdated package 2 years 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 Standardize linting file and fix or ignore lots of linting errors 2 years ago
signal.go Add x5c provisioner capabilities 5 years ago
tls.go Set dialer local address with STEP_CLIENT_ADDR 2 years 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 Apply base context to test of the ca package 2 years ago