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.
2021-12-08 16:28:14 +01:00
..
api Remove authorization flow for different Account private keys 2021-12-08 16:28:14 +01:00
db/nosql Add logic for Account authorizations and improve tests 2021-12-02 16:25:35 +01:00
account_test.go add authorization and order unit tests 2021-03-25 12:05:46 -07:00
account.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
authorization.go PR review fixes / updates 2021-03-29 12:04:14 -07:00
certificate.go [acme db interface] unit test progress 2021-03-25 12:05:46 -07:00
challenge_test.go Pin golangci-lint to v1.43.0 and fix issues 2021-11-13 01:30:03 +01:00
challenge.go Merge branch 'master' into hs/acme-revocation 2021-11-19 17:00:18 +01:00
common.go Add tests for ACME revocation 2021-11-26 17:27:42 +01:00
db.go Add logic for Account authorizations and improve tests 2021-12-02 16:25:35 +01:00
errors.go Add tests for ACME revocation 2021-11-26 17:27:42 +01:00
nonce.go [acme db interface] wip 2021-03-25 12:05:46 -07:00
order_test.go Add tests for ACME revocation 2021-11-26 17:27:42 +01:00
order.go Add logic for Account authorizations and improve tests 2021-12-02 16:25:35 +01:00
status.go [acme db interface] wip 2021-03-25 12:05:45 -07:00