Safe Haskell | None |
---|---|
Language | Haskell98 |
Data.X509.CertificateStore
Contents
Documentation
makeCertificateStore :: [SignedCertificate] -> CertificateStore Source
Create a certificate store out of a list of X509 certificate
Queries
findCertificate :: DistinguishedName -> CertificateStore -> Maybe SignedCertificate Source
Find a certificate using the subject distinguished name
listCertificates :: CertificateStore -> [SignedCertificate] Source
List all certificates in a store