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 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.
3 years ago
..
api Pin golangci-lint to v1.43.0 and fix issues 3 years ago
db/nosql Introduce gocritic linter and address warnings 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 Pin golangci-lint to v1.43.0 and fix issues 3 years ago
challenge_test.go Pin golangci-lint to v1.43.0 and fix issues 3 years ago
common.go Admin level API for provisioner mgmt v1 3 years ago
db.go change errnotfound type for getAccount 3 years ago
errors.go add WriteError method for acme api 3 years ago
nonce.go [acme db interface] wip 3 years ago
order.go Allow IP identifiers in subject, including authorization enforcement 3 years ago
order_test.go Allow IP identifiers in subject, including authorization enforcement 3 years ago
status.go [acme db interface] wip 3 years ago