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/ca
Panagiotis Siatras 00634fb648
api/render, api/log: initial implementation of the packages (#860)
* api/render: initial implementation of the package

* acme/api: refactored to support api/render

* authority/admin: refactored to support api/render

* ca: refactored to support api/render

* api: refactored to support api/render

* api/render: implemented Error

* api: refactored to support api/render.Error

* acme/api: refactored to support api/render.Error

* authority/admin: refactored to support api/render.Error

* ca: refactored to support api/render.Error

* ca: fixed broken tests

* api/render, api/log: moved error logging to this package

* acme: refactored Error so that it implements render.RenderableError

* authority/admin: refactored Error so that it implements render.RenderableError

* api/render: implemented RenderableError

* api/render: added test coverage for Error

* api/render: implemented statusCodeFromError

* api: refactored RootsPEM to work with render.Error

* acme, authority/admin: fixed pointer receiver name for consistency

* api/render, errs: moved StatusCoder & StackTracer to the render package
2 years ago
..
identity Fix linter errors 2 years ago
testdata Disable http loggers in test. 2 years ago
acmeClient.go Fix linting issue 3 years ago
acmeClient_test.go api/render, api/log: initial implementation of the packages (#860) 2 years ago
adminClient.go Refactor ACME Admin API 2 years ago
bootstrap.go fix grammar 3 years ago
bootstrap_test.go api/render, api/log: initial implementation of the packages (#860) 2 years ago
ca.go Fix linter errors 2 years ago
ca_test.go Fix unit tests. 3 years ago
client.go Fix typo 2 years ago
client_test.go api/render, api/log: initial implementation of the packages (#860) 2 years ago
mutable_tls_config.go Fix a couple of race conditions in the renewal of certificates. 4 years ago
provisioner.go Add descriptive provisioner JWK decryption error messages 2 years ago
provisioner_test.go Normalize IPv6 hostname addresses 2 years ago
renew.go Attempt to fix TestBootstrapClientServerRotation 2 years ago
signal.go Add x5c provisioner capabilities 5 years ago
tls.go Fix linter errors 2 years ago
tls_options.go Avoid doing unauthenticated requests on the SDK 3 years ago
tls_options_test.go Fix linter errors 2 years ago
tls_test.go Pin golangci-lint to v1.43.0 and fix issues 3 years ago