package
0.0.0-20210616192047-fd18df995463
Repository: https://github.com/bifurcation/mint.git
Documentation: pkg.go.dev
# Functions
ParseCertificatesPEM parses a sequence of PEM-encoded certificate and returns them, can handle PEM encoded PKCS #7 structures.
ParseOneCertificateFromPEM attempts to parse one PEM encoded certificate object, either a raw x509 certificate or a PKCS #7 structure possibly containing multiple certificates, from the top of certsPEM, which itself may contain multiple PEM encoded certificate objects.
ParsePrivateKeyDER parses a PKCS #1, PKCS #8, or elliptic curve PEM-encoded private key.