Questions tagged [certificate-revocation]

Certification Revocation is a process through which we make sure that certificates that are no longer valid are not used by the relying clients

137 questions
0
votes
0 answers

Preventing .NET from checking code signing certificate's revocation status for certain assemblies

I'm looking for a way to instruct the .NET runtime, that it shall not check online the revocation status of a code signing certificate with the respective certification authority for certain assemblies. These assemblies run within a SharePoint 2010…
-1
votes
1 answer

How to get a Date of a certificate revocation and compare it to signingTime in Java

I have a X509Certificate. And I need to verify that Date of signing time is less than revocation time. Here's what I mean. Imagine that someone stole a private key of a signer and signed some fake document, but CA was on time and revocated it. So,…
1 2 3
9
10