certificates/api
Panagiotis Siatras b98f86a515
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-24 14:58:50 +02:00
..
log api/log: initial implementation of the package (#859) 2022-03-22 14:31:18 +02: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-24 14:58:50 +02: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-22 14:31:18 +02:00
utils_test.go api/log: initial implementation of the package (#859) 2022-03-22 14:31:18 +02:00