aboutsummaryrefslogtreecommitdiff
path: root/lib/email/dkim/signature.go
AgeCommit message (Expand)Author
10 daysall: apply go fixShulhan
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
2023-11-07email/dkim: set ExpiredAtto MaxInt64 if value is greater than 12 digitsShulhan
2023-09-11email/dkim: realign struct for better size allocationShulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
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
2019-06-14all: fix nolint formatShulhan
2019-02-15email/dkim: fix warnings from lintersShulhan
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: various fixes with more unit testsShulhan
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