- Description:
- DKIM signer integration to the OpenSMTPD daemon
- Owner:
- Martijn van Duren <martijn@openbsd.org>
- Last Change:
- Clone URL:
ssh://anonymous@src.imperialat.at/filter-dkimsign
Commit Briefs
Add support of ARC signature and seal (arc)
It uses the binary name as the switch. - filter-dkimsign produces DKIM signature; - filter-arcsign produces ARC signature; - filter-arcseal produces ARC seal. Co-authored-by: Martijn van Duren <martijn@openbsd.org>
Remove HAVE_ED25519 guard. It should be commonplace enough by now (main, tags/v0.6)
s/\<header\>/line/g for dkim_signature_printheader.
This makes the nomanclature more in line with reality
make dkim_signature_printheader always do the alloc/free dance.
This simplifies the code quite a bit