mox/dkim
Mechiel Lukkien 8e6fe7459b
normalize localparts with unicode nfc when parsing
both when parsing our configs, and for incoming on smtp or in messages.
so we properly compare things like é and e+accent as equal, and accept the
different encodings of that same address.
2024-03-08 21:08:40 +01:00
..
dkim.go replace packages slog and slices from golang.org/x/exp with stdlib 2024-02-08 14:49:01 +01:00
dkim_test.go expose fewer internals in packages, for easier software reuse 2023-12-14 15:39:36 +01:00
fuzz_test.go mox! 2023-01-30 14:27:06 +01:00
parser.go normalize localparts with unicode nfc when parsing 2024-03-08 21:08:40 +01:00
policy.go mox! 2023-01-30 14:27:06 +01:00
sig.go in dkim-signature header, allow FWS anywhere in "z=" (copied headers), and prevent panic in cli command "mox dkim verify" when a dkim-signature cannot be parsed 2023-02-03 13:29:47 +01:00
sig_test.go dkim selectors shouldn't be interpreted as idna 2023-10-25 12:49:39 +02:00
txt.go mox! 2023-01-30 14:27:06 +01:00
txt_test.go mox! 2023-01-30 14:27:06 +01:00