https://github.com/redsift/dkim
Golang DKIM Verifier
https://github.com/redsift/dkim
Last synced: 11 months ago
JSON representation
Golang DKIM Verifier
- Host: GitHub
- URL: https://github.com/redsift/dkim
- Owner: redsift
- License: mit
- Created: 2017-01-04T16:25:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-24T09:22:06.000Z (almost 2 years ago)
- Last Synced: 2024-06-24T10:47:22.073Z (almost 2 years ago)
- Language: Go
- Homepage:
- Size: 224 KB
- Stars: 7
- Watchers: 17
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# DKIM verification [](https://goreportcard.com/report/github.com/redsift/dkim) [](https://godoc.org/github.com/redsift/dkim) [](https://github.com/redsift/dkim/actions/workflows/go.yml)
The project was started as a fork of https://github.com/kalloc/dkim
Original plan was just fix few defects and create PR but eventually the project was totally overhauled.
## TODO
- Copied header fields (z=) verification
# RFCs
* [RFC6376 DomainKeys Identified Mail (DKIM) Signatures](https://tools.ietf.org/html/rfc6376)
* [RFC4686 Analysis of Threats Motivating DomainKeys Identified Mail (DKIM)](https://tools.ietf.org/html/rfc4686)
* [RFC5863 DomainKeys Identified Mail (DKIM) Development, Deployment, and Operations](https://tools.ietf.org/html/rfc5863)
* [RFC7601 Message Header Field for Indicating Message Authentication Status](https://tools.ietf.org/html/rfc7601)