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
Herman Slatman 2d85d4c1c1 Add non-TLS server and improve crypto.Decrypter interface
A server without TLS was added to serve the SCEP endpoints. According
to the RFC, SCEP has to be served via HTTP. The `sscep` client, for
example, will stop any URL that does not start with `http://` from
being used, so serving SCEP seems to be the right way to do it.

This commit adds a second server for which no TLS configuration is
configured. A distinct field in the configuration, `insecureAddress`
was added to specify the address for the insecure server.

The SCEP endpoints will also still be served via HTTPS. Some clients
may be able to work with that.

This commit also improves how the crypto.Decrypter interface is
handled for the different types of KMSes supported by step. The
apiv1.Decrypter interface was added. Currently only SoftKMS
implements this interface, providing a crypto.Decrypter required
for SCEP operations.
3 years ago
..
admin wip 3 years ago
config wip 3 years ago
mgmt wip 3 years ago
provisioner Add support for configuring capabilities (cacaps) 3 years ago
status wip 3 years ago
testdata Update sshd_config.tpl to a Match all block. 4 years ago
authority.go Add non-TLS server and improve crypto.Decrypter interface 3 years ago
authority_test.go Close key manager for safe reloads when a cgo module is used. 4 years ago
authorize.go Create a hash of a token if a token id is empty. 4 years ago
authorize_test.go Create a hash of a token if a token id is empty. 4 years ago
config.go wip 3 years ago
options.go wip 3 years ago
provisioners.go wip 3 years ago
provisioners_test.go Remove all references to old apiError. 5 years ago
root.go Simplify statuscoder error generators. 5 years ago
root_test.go Use always go.step.sm/crypto 4 years ago
ssh.go first commit 3 years ago
ssh_test.go Update sshd_config.tpl to a Match all block. 4 years ago
tls.go first commit 3 years ago
tls_test.go Allow mTLS revocation without provisioner. 4 years ago
version.go Add missing version.go file. 5 years ago