Replies: 9 comments 17 replies
-
|
Unless @rthalley has a large chunk of uncommitted code for signing, I'll start coding. |
Beta Was this translation helpful? Give feedback.
-
|
I don't think there is any current work on signing. Are you interested in just basic "make a signature" code or are you interested in signing whole zones? Discussing things here before doing a lot of work might save time later too. |
Beta Was this translation helpful? Give feedback.
-
|
@rthalley Given that cryptography is imported last in dnssec.py, would it be acceptable to put all signing specific functions (with typing) in a separate source file and import around the same place? It's hard to do things like |
Beta Was this translation helpful? Give feedback.
-
|
Some initial draft code for DNSKEY generation in https://github.com/jschlyter/dnspython/tree/rrset_signer - comments appreciated |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for your work on this, @jschlyter! I've glanced over it and found some nits:
|
Beta Was this translation helpful? Give feedback.
-
|
One thing that looks strange to me is that one of the parameters to but as far as I can tell, it requires an algorithm. Should the |
Beta Was this translation helpful? Give feedback.
-
|
Draft signer now in https://github.com/jschlyter/dnspython/tree/rrset_signer. Comments on parameters to
|
Beta Was this translation helpful? Give feedback.
-
|
For the record: I've implemented support for DSA for completeness - not because anyone should actually use it. |
Beta Was this translation helpful? Give feedback.
-
|
PR #866 submitted |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Are there any work done on DNSSEC signing support? If not, I might start some work.
Beta Was this translation helpful? Give feedback.
All reactions