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

Fix TSIG bug releated to ID substitution #504

Merged
merged 3 commits into from Aug 12, 2017
Merged

Conversation

matje
Copy link
Contributor

@matje matje commented Aug 10, 2017

TSIG accounts for ID substitution. This means if the ID in the DNS
message is changed by for example a forwarder, TSIG calculation should
use the original message ID (from the TSIG RR).

I have a test for this as well, but it seems tsig_test.go has been
removed, so not sure where to put it now.

TSIG accounts for ID substitution. This means if the ID in the DNS
message is changed by for example a forwarder, TSIG calculation should
use the original message ID (from the TSIG RR).

I have a test for this as well, but it seems tsig_test.go has been
removed, so not sure where to put it now.
@miekg
Copy link
Owner

miekg commented Aug 10, 2017

Nice one. Just create tsig_test.go (can' remember why it was removed)

@matje
Copy link
Contributor Author

matje commented Aug 10, 2017

I looked at the wrong place (an old version). Added the test to tsig_test.go

@miekg miekg merged commit 0598bd4 into miekg:master Aug 12, 2017
@matje matje deleted the fix-tsig-bug branch November 17, 2017 11:14
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.

None yet

2 participants