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

Invalid NSEC/3 bitmap on non-zero buffer #1338

Merged
merged 4 commits into from Apr 1, 2022

Commits on Feb 6, 2022

  1. Invalid NSEC/3 bitmap on non-zero buffer

    If the PackBuffer is used to encode an NSEC/3 record, the bitmap is
    xored with the content of the buffer instead of being zeroed first.
    
    The algorithm has been changed so it is able zero bytes without
    losing too much performance (around 2x slower).
    rs committed Feb 6, 2022
    Copy the full SHA
    67c37c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Copy the full SHA
    09a2596 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Copy the full SHA
    e6e7d50 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2022

  1. Copy the full SHA
    afe53a6 View commit details
    Browse the repository at this point in the history