@hackage / data-rfc5280

Represent the standard X.509v3 certificate extensions

Latest0.1.0.2

About

Metadata

  • Last updated , by adetokunbo
  • License BSD-3-Clause
  • Categories Cryptography
  • Maintained by: adetokunbo@emio.la

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 9.12.1
  2. 9.10.1
  3. 9.8.4
  4. 9.6.6
  5. 9.4.8
  6. 9.2.8
  7. 9.0.2
  8. 8.10.7

Readme

data-rfc5280 provides Haskell types for the standard X.509v3 certificate extensions defined in RFC 5280

Extensions covered include BasicConstraints, KeyUsage, ExtendedKeyUsage, SubjectAltName, IssuerAltName, AuthorityKeyIdentifier, SubjectKeyIdentifier, CertificatePolicies, PolicyMappings, NameConstraints, CRLDistributionPoints, AuthorityInfoAccess, and InhibitAnyPolicy.

The package also provides typeclasses that support serialisation to OpenSSL configuration format

See the README for more details