Skip to content
New issue

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

Remove RSAMD5 support from (*RRSIG).Verify #1185

Merged
merged 1 commit into from
Oct 24, 2020

Conversation

tmthrgd
Copy link
Collaborator

@tmthrgd tmthrgd commented Oct 23, 2020

AFAIK, the only way to get an RSAMD5 DNSKEY was to manually construct one. This is ancient, just get rid of it.

The only remaining usage of md5 is in tsig.go. Hopefully that might be removable as well.

AFAIK, the only way to get an RSAMD5 DNSKEY was to manually construct
one. This is ancient, just get rid of it.

The only remaining usage of md5 is in tsig.go. Hopefully that might be
removable as well.
@tmthrgd tmthrgd requested a review from miekg October 23, 2020 07:14
@codecov-io
Copy link

codecov-io commented Oct 23, 2020

Codecov Report

Merging #1185 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1185   +/-   ##
=======================================
  Coverage   55.16%   55.16%           
=======================================
  Files          42       42           
  Lines        9586     9586           
=======================================
  Hits         5288     5288           
  Misses       3274     3274           
  Partials     1024     1024           
Impacted Files Coverage Δ
dnssec.go 53.20% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6d41f43...36ba9ff. Read the comment docs.

@miekg miekg merged commit db53c84 into miekg:master Oct 24, 2020
@tmthrgd tmthrgd deleted the no-verify-rsamd5 branch October 24, 2020 12:03
aanm pushed a commit to cilium/dns that referenced this pull request Jul 29, 2022
AFAIK, the only way to get an RSAMD5 DNSKEY was to manually construct
one. This is ancient, just get rid of it.

The only remaining usage of md5 is in tsig.go. Hopefully that might be
removable as well.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants