xmlsec-mscrypto calls CertFindCertificateInCRL() to do CRL verification. You can either use CertAddCRLContextToStore() method to add CRLs to particular store programmaticaly or just go to Internet Explorer security options dialog to do it from UI.
If you are interested in low level xmlsec-mscrypto implementation details, then take a look at this thread: http://www.aleksey.com/pipermail/xmlsec/2005/002997.html Aleksey _______________________________________________ xmlsec mailing list [email protected] http://www.aleksey.com/mailman/listinfo/xmlsec
