Re: [dev-crypto-csharp] Certificate store for cross platform designs

2013-12-09 Thread Jeff Stedfast
Hi Torsten, Yep, thanks, I think David mentioned this a while back and I've already implemented it. Now I'm just debating whether my library should provide support for fetching CRLs from the web or leave that to the app. Jeff On Mon, Dec 9, 2013 at 1:16 PM, Moschny, Torsten wrote: > > Hi Jef

Re: [dev-crypto-csharp] Certificate store for cross platform designs

2013-12-09 Thread Moschny, Torsten
Hi Jeff, regarding your question: Can I assume that X509Crl's with an identical IssuerDN and a newer ThisUpdate replaces an older X509Crl with the same IssuerDN? you need to check the "Delta CRL Indicator" of a CRL to see whether you have a delta CRL or a complete CRL. RFC 5280 (http://www