certificates/acme
Herman Slatman a2c9b5cd7e
Allow IP identifiers in subject, including authorization enforcement
To support IPs in the subject using `step-cli`, this PR ensures that
Subject Common Names that can be parsed as an IP are also checked
to have been authorized before.

The PR for `step-cli` is here: github.com/smallstep/cli/pull/576.
2021-12-13 15:34:56 +01:00
..
api Pin golangci-lint to v1.43.0 and fix issues 2021-11-13 01:30:03 +01:00
db/nosql Introduce gocritic linter and address warnings 2021-10-08 14:59:57 -04:00
account.go PR review fixes / updates 2021-03-29 12:04:14 -07:00
account_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
authorization_test.go add authorization and order unit tests 2021-03-25 12:05:46 -07:00
certificate.go [acme db interface] unit test progress 2021-03-25 12:05:46 -07:00
challenge.go Pin golangci-lint to v1.43.0 and fix issues 2021-11-13 01:30:03 +01:00
challenge_test.go Pin golangci-lint to v1.43.0 and fix issues 2021-11-13 01:30:03 +01:00
common.go Admin level API for provisioner mgmt v1 2021-07-02 19:05:17 -07:00
db.go change errnotfound type for getAccount 2021-03-25 14:54:12 -07:00
errors.go add WriteError method for acme api 2021-03-29 23:16:39 -07:00
nonce.go [acme db interface] wip 2021-03-25 12:05:46 -07:00
order.go Allow IP identifiers in subject, including authorization enforcement 2021-12-13 15:34:56 +01:00
order_test.go Allow IP identifiers in subject, including authorization enforcement 2021-12-13 15:34:56 +01:00
status.go [acme db interface] wip 2021-03-25 12:05:45 -07:00