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/acme
Mariano Cano 8cf6675ce4 Return the internal error instead of the ACME error
For ACME errors, return the internal error string instead of the
ACME one on the "Error() string" function. This way the logs will
have more information about the cause of an error.

Fixes #1057
2 years ago
..
api Fix linter errors 2 years ago
db/nosql Fix more PR comments 2 years ago
account.go Update AllowWildcardNames configuration name 2 years ago
account_test.go Fix more PR comments 2 years ago
authorization.go PR review fixes / updates 3 years ago
authorization_test.go add authorization and order unit tests 3 years ago
certificate.go [acme db interface] unit test progress 3 years ago
challenge.go Add unit tests for apple and step attestations 2 years ago
challenge_test.go Extract common function used in tests 2 years ago
client.go Address gosec warnings 2 years ago
common.go Add unit tests for apple and step attestations 2 years ago
db.go Merge branch 'master' into context-authority 2 years ago
errors.go Return the internal error instead of the ACME error 2 years ago
linker.go Fix acme tests. 2 years ago
linker_test.go Fix acme tests. 2 years ago
nonce.go [acme db interface] wip 3 years ago
order.go Pass attestation information to the Sign method 2 years ago
order_test.go Add early authority policy evaluation to ACME order API 2 years ago
status.go [acme db interface] wip 3 years ago