-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
An error will be thrown during verification if DSA/SHA1 is used, as we're not currently implementing this algorithm because:
- It uses SHA-1 and DSA with 1024-bit keys, both of which are grossly insecure.
- No TLD uses this algorithm as of November 2022 (
curl -s http://www.internic.net/domain/root.zone | awk '$4 == "DS" { print $6}' | sort -n | uniq -c). - Given our current time constraints and the issues above, we can't justify implementing this feature now.
Having said this, we'd welcome a PR to add support for this algorithm as specified in RFC 2536.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request