scep icon indicating copy to clipboard operation
scep copied to clipboard

SCEP Client: Handle PENDING responses by sending CertPoll

Open omorsi opened this issue 3 years ago • 0 comments

Currently the client implementation handles PENDING responses by waiting for 30 seconds and then sending a PKCSReq again. Instead, the client should be sending CertPoll requests [*].

https://github.com/micromdm/scep/blob/fa847cef3c453edee9fd4a519defa2befb94b676/cmd/scepclient/scepclient.go#L191

[*] https://tools.ietf.org/id/draft-gutmann-scep-16.html#section-3.3.3

omorsi avatar Apr 28 '21 10:04 omorsi