certificates/api
Panagiotis Siatras bca74cb6a7 scep: minor cleanup (#867)
* api, scep: removed scep.Error

* scep/api: replaced nextHTTP with http.HandlerFunc

* scep/api: renamed writeSCEPResponse to writeResponse

* scep/api: renamed decodeSCEPRequest to decodeRequest

* scep/api: renamed writeError to fail

* scep/api: replaced pkg/errors with errors

* scep/api: formatted imports

* scep/api: do not export SCEPRequest & SCEPResponse

* scep/api: do not export Handler

* api: flush errors better
2022-03-28 14:55:40 -07:00
..
log api/log: initial implementation of the package (#859) 2022-03-28 14:55:39 -07:00
read api: moved read-related tests to api/read 2022-03-18 20:21:01 +02:00
api.go api: refactored to use the read package 2022-03-18 20:20:59 +02:00
api_test.go api: refactored to use the read package 2022-03-18 20:20:59 +02:00
errors.go scep: minor cleanup (#867) 2022-03-28 14:55:40 -07:00
rekey.go api: refactored to use the read package 2022-03-18 20:20:59 +02:00
renew.go Refactor renew after expiry token authorization 2022-03-10 20:21:01 -08:00
revoke.go api: refactored to use the read package 2022-03-18 20:20:59 +02:00
revoke_test.go api: refactored to use the read package 2022-03-18 20:20:59 +02:00
sign.go api: refactored to use the read package 2022-03-18 20:20:59 +02:00
ssh.go api: refactored to use the read package 2022-03-18 20:20:59 +02:00
ssh_test.go api: refactored to use the read package 2022-03-18 20:20:59 +02:00
sshRekey.go api: refactored to use the read package 2022-03-18 20:20:59 +02:00
sshRenew.go api: refactored to use the read package 2022-03-18 20:20:59 +02:00
sshRevoke.go api: refactored to use the read package 2022-03-18 20:20:59 +02:00
utils.go api/log: initial implementation of the package (#859) 2022-03-28 14:55:39 -07:00
utils_test.go api/log: initial implementation of the package (#859) 2022-03-28 14:55:39 -07:00