certificates/api
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
2022-03-30 11:22:22 +03:00
..
log api/render, api/log: initial implementation of the packages (#860) 2022-03-30 11:22:22 +03:00
read api: moved read-related tests to api/read 2022-03-18 20:21:01 +02:00
render api/render, api/log: initial implementation of the packages (#860) 2022-03-30 11:22:22 +03:00
api.go api/render, api/log: initial implementation of the packages (#860) 2022-03-30 11:22:22 +03:00
api_test.go Add /roots.pem handler (#866) 2022-03-28 09:18:18 -05:00
rekey.go api/render, api/log: initial implementation of the packages (#860) 2022-03-30 11:22:22 +03:00
renew.go api/render, api/log: initial implementation of the packages (#860) 2022-03-30 11:22:22 +03:00
revoke.go api/render, api/log: initial implementation of the packages (#860) 2022-03-30 11:22:22 +03:00
revoke_test.go api: refactored to use the read package 2022-03-18 20:20:59 +02:00
sign.go api/render, api/log: initial implementation of the packages (#860) 2022-03-30 11:22:22 +03:00
ssh.go api/render, api/log: initial implementation of the packages (#860) 2022-03-30 11:22:22 +03:00
ssh_test.go api: refactored to use the read package 2022-03-18 20:20:59 +02:00
sshRekey.go api/render, api/log: initial implementation of the packages (#860) 2022-03-30 11:22:22 +03:00
sshRenew.go api/render, api/log: initial implementation of the packages (#860) 2022-03-30 11:22:22 +03:00
sshRevoke.go api/render, api/log: initial implementation of the packages (#860) 2022-03-30 11:22:22 +03:00