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
2022-09-19 12:48:35 -07:00
..
api Fix linter errors 2022-09-15 18:24:43 -07:00
db/nosql Fix more PR comments 2022-04-26 10:15:17 +02:00
account.go Update AllowWildcardNames configuration name 2022-04-29 15:08:19 +02:00
account_test.go Fix more PR comments 2022-04-26 10:15:17 +02:00
authorization.go PR review fixes / updates 2021-03-29 12:04:14 -07:00
authorization_test.go add authorization and order unit tests 2021-03-25 12:05:46 -07:00
certificate.go [acme db interface] unit test progress 2021-03-25 12:05:46 -07:00
challenge.go Add unit tests for apple and step attestations 2022-09-15 18:19:52 -07:00
challenge_test.go Extract common function used in tests 2022-09-16 10:02:10 -07:00
client.go Address gosec warnings 2022-08-18 17:46:20 -07:00
common.go Add unit tests for apple and step attestations 2022-09-15 18:19:52 -07:00
db.go Merge branch 'master' into context-authority 2022-05-06 13:21:41 -07:00
errors.go Return the internal error instead of the ACME error 2022-09-19 12:48:35 -07:00
linker.go Fix acme tests. 2022-05-02 18:09:26 -07:00
linker_test.go Fix acme tests. 2022-05-02 18:09:26 -07:00
nonce.go [acme db interface] wip 2021-03-25 12:05:46 -07:00
order.go Pass attestation information to the Sign method 2022-09-16 12:37:41 -07:00
order_test.go Add early authority policy evaluation to ACME order API 2022-03-24 14:55:40 +01:00
status.go [acme db interface] wip 2021-03-25 12:05:45 -07:00