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 _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
