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

Allow RRSIG algorithm mnemonics #1456

Merged
merged 2 commits into from
Apr 28, 2023
Merged

Allow RRSIG algorithm mnemonics #1456

merged 2 commits into from
Apr 28, 2023

Commits on Apr 27, 2023

  1. Allow RRSIG algorithm mnemonics

    Java outputs these *and* the RFC says we should parse them, so parse
    them. We'll never output them though. Throwback to the "be lenient to
    what you accept, but strict with what you output". Anyhow the diff is
    tiny and it helps interop.
    
    Fixes: #1447
    
    Signed-off-by: Miek Gieben <miek@miek.nl>
    miekg committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    8ee8167 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Check parsed algorithm

    Signed-off-by: Miek Gieben <miek@miek.nl>
    miekg committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    5897d24 View commit details
    Browse the repository at this point in the history