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

Signing a DNS UPDATE with multiple active SIG(0) keys doesn't work; must only use one #52

Open
2 tasks
johanix opened this issue Aug 16, 2024 · 0 comments
Open
2 tasks

Comments

@johanix
Copy link
Owner

johanix commented Aug 16, 2024

I think the problem is that the SIG signs the entire message, except for itself. That will fail when a second signature adds more data to the message after the first SIG was created. So this is a reasonable limitation, but it means that we must ensure only to sign with one key at a time.

  • Ensure that we only sign with one active SIG(0) key
  • Ensure that only one SIG(0) key can be active at any one time
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

No branches or pull requests

1 participant