View Source Spaceboy.PeerCert (Spaceboy v0.3.2)

Utility functions to ease the work with Peer Certificates

Summary

Functions

Extract RDN Sequences from certificate

Types

peer_cert()

@type peer_cert() :: binary() | atom()

rdn()

@type rdn() :: %{subject: map(), issuer: map()}

Functions

rdn(cert)

@spec rdn(peer_cert :: peer_cert()) :: rdn() | :no_peercert

Extract RDN Sequences from certificate