voltone / x509

Elixir package for working with X.509 certificates, Certificate Signing Requests (CSRs), Certificate Revocation Lists (CRLs) and RSA/ECC key pairs
BSD 3-Clause "New" or "Revised" License
120 stars 28 forks source link

Fix authority/subject key typo for ECC #10

Closed fhunleth closed 6 years ago

fhunleth commented 6 years ago

The typo had the effect of adding the authority key identifier where the subject key identifier was supposed to be. This fixes it.

voltone commented 6 years ago

Oops, yeah, copy/paste makes lazy programmers. Thanks!