aboutsummaryrefslogtreecommitdiff
path: root/lib/email/dkim/key_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
2023-09-11email/dkim: realign struct for better size allocationShulhan
2022-07-16email/dkim: skip test that require external DNS recordsShulhan
2022-03-21email/dkim: remove amazonses.com domain from test casesShulhan
2021-03-14all: refactoring the test.Assert and test.AssertBench signatureShulhan
2020-08-15dns: refactoring the ResourceRecord values from []byte to stringShulhan
2020-08-03all: fix tests affected by changes on dns packageShulhan
2020-06-06all: use default linter optionsShulhan
2019-11-05email/dkim: fix the test expected response on LookupDNSTXTShulhan
2019-09-05all: fix test for Go 1.13Shulhan
2019-06-14all: fix nolint formatShulhan
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
2019-02-08email/dkim: decode and parse public key from TXT recordShulhan
2019-02-07email/dkim: implement public key lookup with DNSShulhan