]> git.ipfire.org Git - thirdparty/dnspython.git/commit
DNSSEC rrsig_expiration calculation (#977)
authorShaft Inc <141560544+ShaftInc@users.noreply.github.com>
Sun, 6 Aug 2023 17:33:32 +0000 (19:33 +0200)
committerBob Halley <halley@dnspython.org>
Sun, 6 Aug 2023 17:46:54 +0000 (10:46 -0700)
commit6c7931575e6ea1c8126bae751a6c1485c0c8cdff
tree5c4f0df2ffd1eae4e7779fc9cef53a9bc0673efd
parentb79e30e5a42f52ecfbca8a1b9278e8cc5274a329
DNSSEC rrsig_expiration calculation (#977)

The 'rrsig_expiration' calculation did not take into account inception date when using 'lifetime' in the '_sign()' function

(cherry picked from commit 4259dd4946661ab406a97fcd7bf7fe86170c273a)
dns/dnssec.py