Skip to content

Releases: voltone/x509

v0.2.0

24 Jul 14:02
1616661
Compare
Choose a tag to compare

Breaking changes

  • [X509.Certificate] Primary type has been changed from :Certificate to :OTPCertificate; the new/[4,5] and self_signed/[2,3] functions now return an :OTPCertificate record

Enhancements

  • [X509] to_der and to_pem now delegate now support :OTPCertificate records, by delegating to X509.Certificate
  • [X509.Certificate] Added certificate-specific implementations of to_der, to_pem, from_der and from_pem

v0.1.1

05 Jul 07:16
06faa3a
Compare
Choose a tag to compare

FIX: issuer Subject Key Identifier extraction when building Authority Key Identifier while issuing a certificate

v0.1.0

05 Jul 07:16
Compare
Choose a tag to compare

Initial release