Add support for RFC 8460 tlsrpt DKIM signature processing (LP: #1847020)

This commit is contained in:
Scott Kitterman
2019-10-31 20:53:06 -04:00
parent 69049feda1
commit ebe8fc7c77
5 changed files with 324 additions and 9 deletions
+2
View File
@@ -30,6 +30,7 @@ def test_suite():
test_crypto,
test_dkim,
test_dkim_ed25519,
test_dkim_tlsrpt,
test_util,
test_arc,
test_dnsplug,
@@ -39,6 +40,7 @@ def test_suite():
test_crypto,
test_dkim,
test_dkim_ed25519,
test_dkim_tlsrpt,
test_util,
test_arc,
test_dnsplug,