Releases: voltone/x509
Releases · voltone/x509
v0.2.0
Breaking changes
- [X509.Certificate] Primary type has been changed from
:Certificate
to:OTPCertificate
; thenew/[4,5]
andself_signed/[2,3]
functions now return an:OTPCertificate
record
Enhancements
- [X509]
to_der
andto_pem
now delegate now support:OTPCertificate
records, by delegating toX509.Certificate
- [X509.Certificate] Added certificate-specific implementations of
to_der
,to_pem
,from_der
andfrom_pem