Skip to content

Commit f494b36

Browse files
metsmamrts
authored andcommitted
Update src/WebEid.Security/Validator/CertValidators/SubjectCertificateNotRevokedValidator.cs
1 parent 88f32e6 commit f494b36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/WebEid.Security/Validator/CertValidators/SubjectCertificateNotRevokedValidator.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ private void VerifyOcspResponse(BasicOcspResp basicResponse,
140140
// Thus, the chain doesn't require validation, only the responder certificate does.
141141
var responderCert = basicResponse.GetCerts()[0];
142142
OcspResponseValidator.ValidateResponseSignature(basicResponse, responderCert);
143-
}
144143

145144
// 3. The identity of the signer matches the intended recipient of the
146145
// request.

0 commit comments

Comments
 (0)