]> code.citadel.org Git - citadel.git/history - citadel/server/modules/smtp/dkim.c
Remove preprocessor tests for OpenSSL. It's a requirement.
[citadel.git] / citadel / server / modules / smtp / dkim.c
7 days ago Art CancroComplete: post Aide message when DKIM records need...
7 days ago Art CancroFix bug in ctdlload import of email addresses.
7 days ago Art Cancrosplit dkim into signing and binding modules
7 days ago Art Cancromore work on alerting
8 days ago Art Cancrobegin config hash message
9 days ago Art Cancrodont abort
9 days ago Art Cancrodkim: create key and selector if absent
9 days ago Art Cancrominor comments and stuff
9 days ago Art Cancrooops , left a trace in there
9 days ago Art Cancrocanon headers: replace multiple whitespace with one...
10 days ago Art CancroRemove whitespace at end of canonicalized header lines
12 days ago Art Cancrofinal touches on dkim test harness
12 days ago Art CancroMoved dkimtester into the main repo
12 days ago Art CancroReplace base64 function with the one from libcitadel
12 days ago Art Cancroupdate dkim.c from other repository
13 days ago Art CancroBring in new dkim code
2024-05-08 Art CancroIntegrated the DKIM signer into serv_smtpclient, but...
2024-05-08 Art Cancrodkim.c: added, but not yet integrated