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

Set public key from private key in DNSKEY instead of copying it from DNSKEY to private key #1560

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Apr 28, 2024

  1. Set public key from private key in DNSKEY instead of copying it from …

    …DNSKEY to private key
    
    Previously when loading a PrivateKey into a DNSKEY we would return the PrivateKey with the PublicKey set from the DNSKEY struct.
    Now that behaviour is flipped and the PublicKey is taken from the PrivateKey and set in the DNSKEY.
    It will now fail if the algorithm or PublicKey in the DNSKEY doesn't
    match what is loaded in the input file
    Martin Frausing committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    d9e2afe View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. When loading a private key into dnskey set algorithm if empty

    Martin Frausing committed May 17, 2024
    Configuration menu
    Copy the full SHA
    407fad0 View commit details
    Browse the repository at this point in the history