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
Remove opaque from certificate type specs #21
Closed
fhunleth closed 6 years ago
This fixes Dialyzer errors in my use of the x509 library since I need to access fields in the OTP types.
NOTE: This doesn't fix Dialyzer errors in
x509
. It's limited to only the things that cause Dialyzer errors in my use of the library.