 | HsOpenSSL-0.1.1: (Part of) OpenSSL binding for Haskell | Contents | Index |
|
|
|
|
|
| Description |
| An interface to X.509 certificate store.
|
|
| Synopsis |
|
|
|
| Documentation |
|
| data X509Store |
| X509Store is an opaque object that represents X.509
certificate store. The certificate store is usually used for chain
verification.
|
|
|
| newX509Store :: IO X509Store |
| newX509Store creates an empty X.509 certificate store.
|
|
| addCertToStore :: X509Store -> X509 -> IO () |
| addCertToStore store cert adds a certificate to store.
|
|
| addCRLToStore :: X509Store -> CRL -> IO () |
| addCRLToStore store crl adds a revocation list to store.
|
|
| Produced by Haddock version 0.8 |