index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
email
/
dkim
/
key_test.go
Age
Commit message (
Expand
)
Author
2026-01-15
all: convert license and copyright to use SPDX identifiers
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2023-09-11
email/dkim: realign struct for better size allocation
Shulhan
2022-07-16
email/dkim: skip test that require external DNS records
Shulhan
2022-03-21
email/dkim: remove amazonses.com domain from test cases
Shulhan
2021-03-14
all: refactoring the test.Assert and test.AssertBench signature
Shulhan
2020-08-15
dns: refactoring the ResourceRecord values from []byte to string
Shulhan
2020-08-03
all: fix tests affected by changes on dns package
Shulhan
2020-06-06
all: use default linter options
Shulhan
2019-11-05
email/dkim: fix the test expected response on LookupDNSTXT
Shulhan
2019-09-05
all: fix test for Go 1.13
Shulhan
2019-06-14
all: fix nolint format
Shulhan
2019-02-15
email: implement signing message with DKIM method
Shulhan
2019-02-14
email: implement DKIM verify on message
Shulhan
2019-02-09
email/dkim: various fixes with more unit tests
Shulhan
2019-02-08
email/dkim: add key pool
Shulhan
2019-02-08
email/dkim: decode and parse public key from TXT record
Shulhan
2019-02-07
email/dkim: implement public key lookup with DNS
Shulhan