Click here to Skip to main content
15,885,914 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
Please let me know the solution for the below questions:
1.How is offline CRL verification performed?
2. We are trying to download the CRL into local cache as and when required. Is there any way in .Net with which we can download the CRL regularly from the CA and store it in our local machine?
3. Also we did an online CRL verification using X509Chain and got a successful return for the same. Now when we clear the cache and try to verfiy in offline mode it still returns verification successful. Please let us know the proper way out here.

Thanks in Advance,
Sreeram Rengarajan
Posted

Are you refering to certificate revocation list[^] with the acronym "CLR"?
 
Share this answer
 
Comments
Sandeep Mewara 16-Nov-10 12:00pm    
Comment from OP:
Hi,
Yes i am refering to Certificate Revocation List.
We have found a way to download the CRL to the local machine. Can you provide some information on how to read a CRL from .net?
Thanks,
Sreeram Rengarajan
Hi,
Yes i am refering to Certificate Revocation List.
We have found a way to download the CRL to the local machine. Can you provide some information on how to read a CRL from .net?
Thanks,
Sreeram Rengarajan
 
Share this answer
 
Comments
Sandeep Mewara 16-Nov-10 12:01pm    
Use 'Add Comment' feature to respond to an answer - it will notify answerer via an email.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900