Name: x509-validation
Version: 1.4.0
Description: X.509 Certificate and CRL validation
License: BSD3
License-file: LICENSE
Copyright: Vincent Hanquez <vincent@snarc.org>
Author: Vincent Hanquez <vincent@snarc.org>
Maintainer: Vincent Hanquez <vincent@snarc.org>
Synopsis: X.509 Certificate and CRL validation
Build-Type: Simple
Category: Data
stability: experimental
Homepage: http://github.com/vincenthz/hs-certificate
Cabal-Version: >=1.6
Library
Build-Depends: base >= 3 && < 5
, bytestring
, mtl
, pem >= 0.1 && < 0.2
, asn1-types
, x509
, x509-store
, crypto-pubkey
, cryptohash
, containers
, directory
, filepath
, process
, time
Exposed-modules: Data.X509.Validation
Other-modules: Data.X509.Validation.Signature
ghc-options: -Wall
source-repository head
type: git
location: git://github.com/vincenthz/hs-certificate