mirror of
https://github.com/cloudflare/redoctober.git
synced 2026-04-19 07:45:23 +00:00
There are a few changes made here:
* Comments have been updated to reflect the presence of ECC records.
* Variables named rsa* have been renamed pub* to reflect the general
use of public key cryptography, instead of RSA specifically.
* An if statement for RSA keys now handles both RSA and ECC keys.