Skip to content

Commit

Permalink
Backport NSEC3 improvements and upstream dnssec-key branch compatibil…
Browse files Browse the repository at this point in the history
…ity fixes from the downstream multiple-signing-key branch.
  • Loading branch information
ximon18 committed Nov 4, 2024
1 parent 9268dd3 commit fb7e9ef
Show file tree
Hide file tree
Showing 3 changed files with 237 additions and 86 deletions.
1 change: 1 addition & 0 deletions src/sign/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ pub use self::bytes::{RsaSecretKeyBytes, SecretKeyBytes};

pub mod common;
pub mod openssl;
pub mod records;
pub mod ring;

//----------- SigningKey -----------------------------------------------------
Expand Down
Loading

0 comments on commit fb7e9ef

Please sign in to comment.