mirror of
https://github.com/cloudflare/redoctober.git
synced 2026-07-29 19:42:55 +00:00
Default to RSA
Because of potential vulnerabilities in the ECDH library, all new accounts should default to RSA.
This commit is contained in:
@@ -35,7 +35,7 @@ const (
|
||||
ECCRecord = "ECC"
|
||||
)
|
||||
|
||||
var DefaultRecordType = ECCRecord
|
||||
var DefaultRecordType = RSARecord
|
||||
|
||||
// Constants for scrypt
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user