We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An error will be thrown during verification if DSA/SHA1 is used, as we're not currently implementing this algorithm because:
curl -s http://www.internic.net/domain/root.zone | awk '$4 == "DS" { print $6}' | sort -n | uniq -c
Having said this, we'd welcome a PR to add support for this algorithm as specified in RFC 2536.
The text was updated successfully, but these errors were encountered:
fix: Drop incomplete support for DSA/SHA1
3a5448d
See #50.
fix: Drop incomplete support for DSA/SHA1 (#55)
4bd3ff8
No branches or pull requests
An error will be thrown during verification if DSA/SHA1 is used, as we're not currently implementing this algorithm because:
curl -s http://www.internic.net/domain/root.zone | awk '$4 == "DS" { print $6}' | sort -n | uniq -c
).Having said this, we'd welcome a PR to add support for this algorithm as specified in RFC 2536.
The text was updated successfully, but these errors were encountered: