1.4 post review
git diff 16529a00c72583560506597a1391627bd75f9515 origin/master
:honeybee: @jvcelak
Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
git diff 16529a00c72583560506597a1391627bd75f9515 origin/master
:honeybee: @jvcelak
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Link issues together to show that they're related. Learn more.
Incorrect zone syntax for dnssec-keydir doc/reference.texi #722 (closed)
@jkadlec src/libknot/updates/ddns.c:1828 - The RRSIGs of the SOA should not be freed as the RRSet may have been inserted into the zone. Check however, if the change would not result in leaks with signing.
conf/conf.c #302
- If condition should be extended by negative values
- libknot/zone/node.h @jkadlec
- In documentation of knot_node_rr_should_be_signed()
It should be explicitly stated that it's not some RFC-compliant check, but rather an implementation-specific one.
libknot/dnssec/zone-sign.c:169 - Shouldn't it be a signed type (+ a check)? What if the result is negative?
jkadlec: No, it shouldn't. It will never be negative, unless someone changes system time to the first two hours of the epoch and has a signature lifetime under two hours, which is impossible for our implementation.
jvcelak:
I also object to moving rr_should_be_signed()
into node.h. (libknot/zone/node.h:442). It should be somewhere in libknot/dnssec.
jkadlec: Fine.
Closing as all found problems have been addressed.
Status changed to closed