haskell-tls / hs-certificate

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

Expose signature verification module #87

Closed vdukhovni closed 6 years ago

vdukhovni commented 6 years ago

This is useful in verifying various signed objects, implementing alternative certificate chain verification methods or (my use case) collecting certificate chains from TLS servers for offline verification.

vincenthz commented 6 years ago

that could be useful. Thanks