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

Don't warn on Logger.warn #69

Closed tomekowal closed 5 months ago

tomekowal commented 10 months ago

Problem.

The old approach checked if Logger.warn was available but it could be already deprecated creating warnings. This approach checks if we are at version 1.11.0 or above to use newer warning where possible.