certificates/api
Herman Slatman 2215a05c28
Add tests for ACME EAB Admin
Refactored some of the existing bits for testing the Authority
API by creation of a new LinkedAuthority interface and changing
visibility of the MockAuthority to be usable by other packages.

At this time, not all of the functions of MockAuthority it usable
yet. Will refactor when needed or requested.
2021-12-08 15:19:38 +01:00
..
api.go Add tests for ACME EAB Admin 2021-12-08 15:19:38 +01:00
api_test.go Add tests for ACME EAB Admin 2021-12-08 15:19:38 +01:00
errors.go Introduce gocritic linter and address warnings 2021-10-08 14:59:57 -04:00
rekey.go Modify errs.Wrap() with bad request to send messages to users. 2021-11-18 18:44:58 -08:00
renew.go Modify errs.BadRequest() calls to always send an error to the client. 2021-11-18 15:12:44 -08:00
revoke.go Modify errs.Wrap() with bad request to send messages to users. 2021-11-18 18:44:58 -08:00
revoke_test.go Add tests for ACME EAB Admin 2021-12-08 15:19:38 +01:00
sign.go Modify errs.BadRequestErr() to always return an error to the client. 2021-11-18 18:17:36 -08:00
ssh.go Modify errs.Wrap() with bad request to send messages to users. 2021-11-18 18:44:58 -08:00
ssh_test.go Add tests for ACME EAB Admin 2021-12-08 15:19:38 +01:00
sshRekey.go Modify errs.Wrap() with bad request to send messages to users. 2021-11-18 18:44:58 -08:00
sshRenew.go Modify errs.Wrap() with bad request to send messages to users. 2021-11-18 18:44:58 -08:00
sshRevoke.go Modify errs.Wrap() with bad request to send messages to users. 2021-11-18 18:44:58 -08:00
utils.go Modify errs.Wrap() with bad request to send messages to users. 2021-11-18 18:44:58 -08:00
utils_test.go Fix tests. 2020-01-28 13:29:39 -08:00