aboutsummaryrefslogtreecommitdiff
path: root/lib/email/dkim
AgeCommit message (Expand)Author
10 daysall: apply go fixShulhan
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2025-02-04all: remove the nolint tagsShulhan
2025-01-23all: use for-range with numericShulhan
2024-03-05all: comply with linter recommendations #3Shulhan
2024-03-05all: comply with linter recommendations #2Shulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2023-11-07email/dkim: set ExpiredAtto MaxInt64 if value is greater than 12 digitsShulhan
2023-09-11email/dkim: realign struct for better size allocationShulhan
2023-04-08email/dkim: replace lib/io#Reader with lib/bytes#ParserShulhan
2022-10-05email/dkim: fix tests with -count=X, where X>1Shulhan
2022-07-16email/dkim: skip test that require external DNS recordsShulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2022-04-06all: replace any usage of ioutil package with os or ioShulhan
2022-03-21email/dkim: remove amazonses.com domain from test casesShulhan
2021-11-16lib/dns: refactoring, change signature of client LookupShulhan
2021-11-15lib/{email,spf}: changes related to refactoring lib/dnsShulhan
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
2020-05-16all: fix and suppress linter warningsShulhan
2020-03-20dkim: convert the expired time to UTC on errorShulhan
2020-03-20dkim: skip test that use external DNSShulhan
2020-01-20email/dkim: fix the expected test result and errorsShulhan
2019-11-05email/dkim: fix the test expected response on LookupDNSTXTShulhan
2019-09-05all: fix test for Go 1.13Shulhan
2019-06-14ascii: new library for working with ASCII charactersShulhan
2019-06-14all: fix nolint formatShulhan
2019-05-07email: changes affected by update on dns packageShulhan
2019-03-01all: fix warnings from linterShulhan
2019-02-15email/dkim: fix warnings from lintersShulhan
2019-02-15all: fix the usage of "iota"Shulhan
2019-02-15email: implement signing message with DKIM methodShulhan
2019-02-14email: implement DKIM verify on messageShulhan
2019-02-13email/dkim: rename "verifyXxx" methods to "validateXxx"Shulhan
2019-02-11email/dkim: rename Verify method to ValidateShulhan
2019-02-09email/dkim: split parsing canonicalization value into its own functionsShulhan
2019-02-09email/dkim: split the DNS related functions into new fileShulhan
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-08email/dkim: handle invalid characters when parsing tag value with base64Shulhan
2019-02-07email/dkim: fix linter warnings on global variablesShulhan
2019-02-07email/dkim: implement public key lookup with DNSShulhan
2019-02-07email/dkim: add type for query method that combine query type and optionShulhan
2019-02-06lib/email/dkim: new package for parsing and creating DKIM signatureShulhan