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

The link to tools.ietf.org does not work #57

Closed victorolinasc closed 1 year ago

victorolinasc commented 1 year ago

In the docs of the private key module the link to the EC RFC is not working anymore. We should update it to datatracker.ietf.org instead of tools.ietf.org now.

The link I mention is here. It should be https://datatracker.ietf.org/doc/html/rfc4492.

I haven't opened a PR because there is a certificate in test data that I am not sure of its origins. If you don't want to change that I can open a PR.

Thanks once again for this wonderful library.

voltone commented 1 year ago

Thanks for the heads-up!