X509 v0.2.0 API Reference

Modules

This top-level module includes generic, entity-independent conversion functions to/from DER and PEM format

Implements PKCS#10 Certificate Signing Requests (CSRs), formally known by their ASN.1 type CertificationRequest

Module for issuing and working with X.509 certificates

Convenience functions for creating :Extension records for use in certificates

Certificate templates

Convenience functions for creating :Validity records for use in certificates. The :Validity record represents the X.509 Validity type, defining the validity of a certificate in terms of notBefore and notAfter timestamps

Functions for generating, reading and writing RSA and EC private keys

Functions for deriving, reading and writing RSA and EC public keys

Convenience functions for creating :rdnSquence tuples, as defined in Erlang’s :public_key module as the issuer_name() type, and representing the X.509 RDNSequence type. RDNSequences are primarily used for the Subject and Issuer fields of certificates, as well as the Subject field of CSRs