certificates/acme
David Cowden 976c8f82c6 acme/authority: Fix tests
Also, return early from ValidateChallenge if the challenge is already
valid. Interestingly, we aren't actually testing most of the
ValidateChallenge func, just the early error and return conditions. We
should add some more coverage here.
2020-05-13 07:55:38 -07:00
..
api acme/api: Write headers for invalid challenges 2020-05-13 07:29:12 -07:00
account.go Add ACME CA capabilities 2019-09-13 15:48:33 -07:00
account_test.go Add ACME CA capabilities 2019-09-13 15:48:33 -07:00
authority.go acme/authority: Fix tests 2020-05-13 07:55:38 -07:00
authority_test.go acme/authority: Fix tests 2020-05-13 07:55:38 -07:00
authz.go acme: Retry challenge validation attempts 2020-05-06 07:39:13 -07:00
authz_test.go acme: Fix test compile 2020-05-12 08:33:32 -07:00
certificate.go Add ACME CA capabilities 2019-09-13 15:48:33 -07:00
certificate_test.go Add ACME CA capabilities 2019-09-13 15:48:33 -07:00
challenge.go acme: Fix comment style to appease linter 2020-05-13 05:04:49 -07:00
challenge_test.go acme: Fix test compile 2020-05-12 08:33:32 -07:00
common.go acme: Fix comment style to appease linter 2020-05-13 05:04:49 -07:00
directory.go Add ACME CA capabilities 2019-09-13 15:48:33 -07:00
directory_test.go wip 2019-09-19 13:17:45 -07:00
errors.go Should be returning status code 400 for ACME Account Not Found. 2020-02-01 17:35:41 -08:00
nonce.go Add ACME CA capabilities 2019-09-13 15:48:33 -07:00
nonce_test.go Add ACME CA capabilities 2019-09-13 15:48:33 -07:00
order.go Add the commonName as a DNSName to match RFC. 2020-01-28 15:34:01 -08:00
order_test.go Add support for TLS-ALPN-01 challenge. 2020-02-07 14:37:13 -05:00