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/authority
Mariano Cano 508b6e8668
Check cnf claim with CSR or SSH public key fingerprint
This commit allows tying tokens with the provided  CSR or SSH public
key. Tokens with a confirmation claim kid (cnf.kid) will validate that
the provided fingerprint (kid) matches the CSR or SSH public key.

This check will only be present in JWK and X5C provisioners.

Fixes #1637
6 months ago
..
admin Fix linter warnings (#1634) 7 months ago
administrator Improve policy error handling code coverage 2 years ago
config Write configuration only if encoding succeeds 11 months ago
internal/constraints Fix some more extra white spaces 2 years ago
policy Standardize linting file and fix or ignore lots of linting errors 2 years ago
provisioner Check cnf claim with CSR or SSH public key fingerprint 6 months ago
testdata Add special handling for *json.UnmarshalTypeError 2 years ago
admins.go exposing authority configuration for provisioner cli commands 2 years ago
authority.go Fix linter warnings (#1634) 7 months ago
authority_test.go Refactor SCEP provisioner and decrypter 1 year ago
authorize.go Allow for identity certificate signing (in sshSign) by skipping validators (#1572) 9 months ago
authorize_test.go Check cnf claim with CSR or SSH public key fingerprint 6 months ago
config.go Admin level API for provisioner mgmt v1 3 years ago
export.go Use go.step.sm/crypto/kms 2 years ago
linkedca.go address linter warning for go 1.19 1 year ago
options.go Address review remarks 9 months ago
policy.go address linter warning for go 1.19 1 year ago
policy_test.go Upgrade go.step.sm/crypto to use go-jose/v3 7 months ago
provisioners.go Upgrade go.step.sm/crypto to use go-jose/v3 7 months ago
provisioners_test.go Use `require.NoError` where appropriate in provisioner tests 1 year ago
root.go Simplify statuscoder error generators. 4 years ago
root_test.go Fix errors.As linter warnings 2 years ago
ssh.go Check cnf claim with CSR or SSH public key fingerprint 6 months ago
ssh_test.go address linter warning for go 1.19 1 year ago
tls.go address linter warning for go 1.19 1 year ago
tls_test.go Check cnf claim with CSR or SSH public key fingerprint 6 months ago
version.go Add missing version.go file. 4 years ago
webhook.go Provisioner webhooks (#1001) 2 years ago
webhook_test.go address linter warning for go 1.19 1 year ago