haskell-tls / hs-certificate

Certificate and Key Reader/Writer in haskell
60 stars 57 forks source link

Remove ref to CRLs in validation library summary #59

Closed DaveCTurner closed 9 years ago

DaveCTurner commented 9 years ago

The summary for the x509-validation says "X.509 Certificate and CRL validation" but it doesn't seem to do anything with CRLs. It's currently the top hit on Google when searching for "haskell x509 crl" because of this.

vincenthz commented 9 years ago

I'm going to leave the reference as when that happens it will be there anyway, the code for certificate validation and crl validation is quite similar. Maybe that would give an incentive for someone to code it. It's basically lazy programming for a lazy programming language :-)