dkim icon indicating copy to clipboard operation
dkim copied to clipboard

Pure Go tools for managing DKIM headers

Results 2 dkim issues
Sort by recently updated
recently updated
newest added

- add ed25519-sha256 support - refactor a lot of code to improve multi-algorithm handling - improve CLI tools - add Makefile - improve README Feel free to merge the changes...

Looking at `dkimverify` usage, I don't understand how it decides if the domain which provided a valide DKIM signature is supposed to sign this email. Not checking that domain corresponds...