Skip to content

Commit af2e58a

Browse files
committed
fix: allow active revocation on http revoke endpoint
1 parent c986962 commit af2e58a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

api/revoke.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ func (r *RevokeRequest) Validate() (err error) {
4242
if r.ReasonCode < ocsp.Unspecified || r.ReasonCode > ocsp.AACompromise {
4343
return errs.BadRequest("reasonCode out of bounds")
4444
}
45-
if !r.Passive {
46-
return errs.NotImplemented("non-passive revocation not implemented")
47-
}
4845

4946
return
5047
}

0 commit comments

Comments
 (0)