Name: x509-store Version: 1.4.1 Description: X.509 collection accessing and storing methods for certificate, crl, exception list License: BSD3 License-file: LICENSE Copyright: Vincent Hanquez Author: Vincent Hanquez Maintainer: Vincent Hanquez Synopsis: X.509 collection accessing and storing methods Build-Type: Simple Category: Data stability: experimental Homepage: http://github.com/vincenthz/hs-certificate Cabal-Version: >=1.8 Flag test Description: Build unit test Default: False Flag executable Description: Build the executable Default: False Library Build-Depends: base >= 3 && < 5 , bytestring , mtl , pem >= 0.1 && < 0.2 , asn1-types , asn1-encoding , crypto-pubkey-types , x509 >= 1.4.3 , containers , directory , filepath , process , time Exposed-modules: Data.X509.CertificateStore Data.X509.File ghc-options: -Wall source-repository head type: git location: git://github.com/vincenthz/hs-certificate subdir: x509-store