An open API service indexing awesome lists of open source software.

https://github.com/redsift/dkim

Golang DKIM Verifier
https://github.com/redsift/dkim

Last synced: 11 months ago
JSON representation

Golang DKIM Verifier

Awesome Lists containing this project

README

          

# DKIM verification [![Go Report Card](https://goreportcard.com/badge/github.com/redsift/dkim)](https://goreportcard.com/report/github.com/redsift/dkim) [![GoDoc](https://godoc.org/github.com/cwredsift/dkim?status.svg)](https://godoc.org/github.com/redsift/dkim) [![Go](https://github.com/redsift/dkim/actions/workflows/go.yml/badge.svg)](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)