RE: [xmlsec] Question about Revokeliste

2006-05-23 Thread Jürgen Heiss
Hi Alexsey, I'm using MsCrypto Api. But I still have problems to load the crl ;o( -Original Message- From: Aleksey Sanin [mailto:[EMAIL PROTECTED] Sent: Dienstag, 23. Mai 2006 03:41 To: Jürgen Heiss Cc: xmlsec@aleksey.com Subject: Re: [xmlsec] Question about Revokeliste Aleksey Sanin

Re: [xmlsec] Question about Revokeliste

2006-05-23 Thread Aleksey Sanin
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-mscrypt