aboutsummaryrefslogtreecommitdiff
path: root/lib/email/dkim/keypool_test.go
AgeCommit message (Expand)Author
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2022-10-05email/dkim: fix tests with -count=X, where X>1Shulhan
2022-03-21email/dkim: remove amazonses.com domain from test casesShulhan
2021-03-14all: refactoring the test.Assert and test.AssertBench signatureShulhan
2020-06-06all: use default linter optionsShulhan
2020-03-20dkim: skip test that use external DNSShulhan
2020-01-20email/dkim: fix the expected test result and errorsShulhan
2019-02-15email: implement signing message with DKIM methodShulhan
2019-02-14email: implement DKIM verify on messageShulhan
2019-02-09email/dkim: various fixes with more unit testsShulhan
2019-02-08email/dkim: add key poolShulhan