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
Herman Slatman 0524122191
Remove authorization flow for different Account private keys
As discussed in https://github.com/smallstep/certificates/issues/767,
we opted for not including this authorization flow to prevent users
from getting OOMs. We can add the functionality back when the
underlying data store can provide access to a long list of
Authorizations more efficiently, for example when a callback is
implemented.
3 years ago
..
api Remove authorization flow for different Account private keys 3 years ago
db/nosql Add logic for Account authorizations and improve tests 3 years ago
account.go PR review fixes / updates 3 years ago
account_test.go add authorization and order unit tests 3 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 Merge branch 'master' into hs/acme-revocation 3 years ago
challenge_test.go Pin golangci-lint to v1.43.0 and fix issues 3 years ago
common.go Add tests for ACME revocation 3 years ago
db.go Add logic for Account authorizations and improve tests 3 years ago
errors.go Add tests for ACME revocation 3 years ago
nonce.go [acme db interface] wip 3 years ago
order.go Add logic for Account authorizations and improve tests 3 years ago
order_test.go Add tests for ACME revocation 3 years ago
status.go [acme db interface] wip 3 years ago