packages feed

x509 1.4.11 → 1.4.12

raw patch · 4 files changed

+7/−1 lines, 4 filesdep ~base

Dependency ranges changed: base

Files

Data/X509/CRL.hs view
@@ -9,6 +9,8 @@ -- -- follows RFC5280 / RFC6818. --+{-# LANGUAGE FlexibleContexts #-}+ module Data.X509.CRL     ( CRL(..)     , RevokedCertificate(..)
Data/X509/Cert.hs view
@@ -7,6 +7,8 @@ -- -- X.509 Certificate types and functions --+{-# LANGUAGE FlexibleContexts #-}+ module Data.X509.Cert (Certificate(..)) where  import Data.ASN1.Types
Data/X509/Ext.hs view
@@ -7,6 +7,8 @@ -- -- extension processing module. --+{-# LANGUAGE FlexibleContexts #-}+ module Data.X509.Ext     ( Extension(..)     -- * Common extension usually found in x509v3
x509.cabal view
@@ -1,5 +1,5 @@ Name:                x509-Version:             1.4.11+Version:             1.4.12 Description:         X509 reader and writer License:             BSD3 License-file:        LICENSE