mirror of
https://github.com/cloudflare/redoctober.git
synced 2026-06-08 07:52:59 +00:00
This adds code to handle ECC records; the RSA code remains intact. While old password records are not affected, new records use ECC. Due to the use of public keys to encrypt a KEK that is then used to encrypt data, there is no visible change to end users. A user with an RSA key can interact and share a secret with a user who has an ECC key. The bulk of this commit simply adds cases for handling EC records.