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 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.
2 years ago
..
api Add AuthorizeChallenge unit tests 2 years ago
db/nosql Standardize linting file and fix or ignore lots of linting errors 2 years ago
account.go Standardize linting file and fix or ignore lots of linting errors 2 years ago
account_test.go Standardize linting file and fix or ignore lots of linting errors 2 years ago
authorization.go PR review fixes / updates 3 years ago
authorization_test.go Standardize linting file and fix or ignore lots of linting errors 2 years ago
certificate.go [acme db interface] unit test progress 3 years ago
challenge.go Revert "Set timestamp when marking an acme challenge invalid" 2 years ago
challenge_test.go Add test simulating YubiKey v5.2.4 2 years ago
client.go Standardize linting file and fix or ignore lots of linting errors 2 years ago
common.go A few more linter errors 2 years ago
db.go Merge branch 'master' into context-authority 2 years ago
errors.go Add missing error case. 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 Provisioner webhooks (#1001) 2 years ago
order_test.go Standardize linting file and fix or ignore lots of linting errors 2 years ago
status.go [acme db interface] wip 3 years ago