dnsimple / dns_erlang

Erlang DNS library.
Apache License 2.0
95 stars 25 forks source link

Replace deprecated Crypto API calls #38

Open weppos opened 5 days ago

weppos commented 5 days ago

New OTP version deprecated the crypto:private_encrypt() usage. We need to upgrade the library.

weppos commented 5 days ago

Initial work available at https://github.com/dnsimple/dns_erlang/pull/36

The dns_erlang DNSSEC related test suite is failing as the new crypto:sign() is generating different signatures compared to crypto:private_encrypt().