Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: miekg/dns
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.47
Choose a base ref
...
head repository: miekg/dns
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.48
Choose a head ref
  • 4 commits
  • 8 files changed
  • 3 contributors

Commits on Apr 1, 2022

  1. Update SVCB (#1341)

    * Rename ECH, bump draft number
    
    * AliasForm new treatment
    
    * alpn is no longer mandatory by default
    
    * Document the non-empty value requirement
    
    * new test cases
    
    * more test cases
    
    * Continue forbidding v4-map-v6 but not v4-embed-v6
    
    #1067 (comment) and MikeBishop/dns-alt-svc#361
    
    * Update documentation
    
    * revert rename ech
    
    * Reword AliasMode with key=value pairs
    DesWurstes authored Apr 1, 2022
    Configuration menu
    Copy the full SHA
    2f577ca View commit details
    Browse the repository at this point in the history
  2. Invalid NSEC/3 bitmap on non-zero buffer (#1338)

    * 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).
    
    * Add some comments + rename some vars to make algo clearer
    
    * Revert to previous algo with window length compute+0 on new window
    
    * Use typeBitMapLen to compute the bitmap length to zero
    rs authored Apr 1, 2022
    Configuration menu
    Copy the full SHA
    57e2e62 View commit details
    Browse the repository at this point in the history
  3. Fix RSAMD5 keytag calucation. (#1353)

    Of course the wording was changed (for the better) in an errata:
    https://www.rfc-editor.org/errata/eid193
    
    We still followed the original RFC4034 text. Note I haven't given this
    much thought, just changed the 2 into a 3 and ran the test.
    
    Fixes: #1352
    
    Signed-off-by: Miek Gieben <miek@miek.nl>
    miekg authored Apr 1, 2022
    Configuration menu
    Copy the full SHA
    045ac4e View commit details
    Browse the repository at this point in the history
  4. Release 1.1.48

    miekg committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    49c1b2e View commit details
    Browse the repository at this point in the history
Loading