[Mono-list] Certificate Revocation Lists in Mono

Sebastien Pouliot sebastien.pouliot at gmail.com
Thu Jun 19 07:24:26 EDT 2008


On Thu, 2008-06-19 at 10:32 +0200, Maciej Paszta wrote:
> Hi!
> 
> I'd like to know whether CRL are supported by mono - i.e. does the  
> mono and X509Chain checks whether certificate is not in some remote  
> CRL list.

The class System.Security.Cryptography.X509Certificates.X509Chain does
check for *local* CRL - i.e. the ones that are inside the certificate
store.

If you want to check remote CRL then you need to download and install
them yourself (e.g. a cron job).

Sebastien



More information about the Mono-list mailing list