certificates/acme
Mariano Cano 7a78c76199
Add test simulating YubiKey v5.2.4
There are YubiKeys v5.2.4 where the attestation intermediate (f9)
does not have a basic constraint extension, so that certificate
is not marked as a CA. The test and CA in this commit imitates
that use case. Currently the test case returns an error as we
don't support it. But if we change the verification to support
this use case, the test should change accordingly.
2022-10-10 18:27:11 -07:00
..
api Add AuthorizeChallenge unit tests 2022-09-20 19:03:03 -07:00
db/nosql Standardize linting file and fix or ignore lots of linting errors 2022-09-20 16:35:41 -07:00
account.go Standardize linting file and fix or ignore lots of linting errors 2022-09-20 16:35:41 -07:00
account_test.go Standardize linting file and fix or ignore lots of linting errors 2022-09-20 16:35:41 -07:00
authorization.go PR review fixes / updates 2021-03-29 12:04:14 -07:00
authorization_test.go Standardize linting file and fix or ignore lots of linting errors 2022-09-20 16:35:41 -07:00
certificate.go [acme db interface] unit test progress 2021-03-25 12:05:46 -07:00
challenge.go Revert "Set timestamp when marking an acme challenge invalid" 2022-10-03 12:56:23 -07:00
challenge_test.go Add test simulating YubiKey v5.2.4 2022-10-10 18:27:11 -07:00
client.go Standardize linting file and fix or ignore lots of linting errors 2022-09-20 16:35:41 -07:00
common.go A few more linter errors 2022-09-20 21:01:55 -07:00
db.go Merge branch 'master' into context-authority 2022-05-06 13:21:41 -07:00
errors.go Add missing error case. 2022-10-03 12:54:26 -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 Provisioner webhooks (#1001) 2022-09-29 19:16:26 -05:00
order_test.go Standardize linting file and fix or ignore lots of linting errors 2022-09-20 16:35:41 -07:00
status.go [acme db interface] wip 2021-03-25 12:05:45 -07:00