SPDX: license tags (mostly by guesswork)
[exim.git] / src / src / pdkim /
2022-11-27 Jeremy HarrisSPDX: license tags (mostly by guesswork)
2022-04-23 Jeremy HarrisCopyright updates: exim-4.96-RC0
2022-04-15 Jeremy HarrisAdd string-hashing interface
2022-04-09 Jeremy HarrisDKIM: clarify debug output
2022-03-03 Jeremy HarrisCheck query strings of query-style lookups for quoting...
2021-11-29 Jeremy Harristidying
2021-10-23 Jeremy HarrisCopyright updates:
2021-07-23 Jeremy HarrisDKIM: fix build with older GnuTLS
2021-06-03 Jeremy HarrisDKIM: under GnuTLS, permit weak algorithms
2021-05-27 Heiko Schlitterman... Merge branch 'qualys-2020'
2021-05-27 Heiko Schlitterman... SECURITY: Avoid modification of constant data in dkim...
2021-05-27 Qualys Security... CVE-2020-28025: Heap out-of-bounds read in pdkim_finish...
2021-05-27 Heiko Schlitterman... SECURITY: Avoid modification of constant data
2021-05-27 Heiko Schlitterman... SECURITY: Avoid memory corruption in dkim handling
2021-05-27 Heiko Schlitterman... SECURITY: Avoid decrement of dkim_collect_input if...
2021-03-20 Jeremy HarrisDKIM: Force use of tainted mem for headers
2020-12-26 Jeremy HarrisFix build warning on 32-bit int platfowms. Bug 2678
2020-07-06 Guillaume OuttersFix DKIM signing to always ;-terminate. Bug 2295
2020-04-30 Jeremy HarrisCopyright updates: exim-4_94_RC0
2020-04-26 Jeremy HarrisDKIM: dkim_verify_min_keysizes option
2020-04-25 Jeremy HarrisDKIM: fix $dkim_key_length in verify
2020-04-12 Jeremy HarrisDKIM: Predefined macro for standard headers, oversigned
2019-12-08 Jeremy HarrisMerge branch '4.next'
2019-10-17 Jeremy HarrisARC: harden versus badly-formatted AMS line
2019-09-29 Jeremy HarrisDKIM: fix errorcheck in signing, lilbgcrypt version...
2019-09-16 Heiko Schlitterman... Consistent logging, always use DKIM instead of mixed...
2019-09-05 Jeremy Harristidying
2019-08-11 Jeremy HarrisDKIM: preferences for verify algorithms
2019-08-10 Jeremy Harrisconstify
2019-07-25 Jeremy HarrisTrack tainted data and refuse to expand it
2019-05-24 Jeremy HarrisTLS: introduce USE_OPENSSL as an explicit requirement...
2019-05-24 Jeremy HarrisTLS: move from SUPPORT_TLS to DISABLE_TLS macro for...
2019-02-12 Jeremy HarrisMerge branch '4.next'
2019-02-10 Jeremy Harrisconstification
2019-02-10 Jeremy HarrisUse C99 initialisations for iterators
2019-01-05 Jeremy Harrisconstification
2018-12-23 Jeremy HarrisUse C99 initialisations for iterators
2018-12-22 Jeremy HarrisDKIM: better debug for key/signature size mismatch
2018-12-21 Jeremy HarrisOpenSSL: clear any leftover errors from the stack after...
2018-12-13 Jeremy HarrisDKIM: more info on verify errors under OpenSSL
2018-10-23 Jeremy HarrisTidying: char signedness
2018-05-20 Jeremy HarrisARC: better diagnostics for keyfile issues
2018-04-23 Jeremy HarrisDKIM: enforce limit of 20 on received DKIM-Signature...
2018-04-15 Jeremy HarrisMerge branch '4.next'
2018-04-13 Jeremy HarrisDKIM: add support for the SubjectPublicKeyInfo wrapped...
2018-04-04 Jeremy Harriscompiler quietening
2018-04-03 Jeremy HarrisARC: add independent-source testcase. Fix signatures...
2018-03-23 Jeremy HarrisARC: add independent-source testcase. Fix signatures...
2018-03-20 Jeremy HarrisDKIM: harden signature header parsing
2018-03-19 Jeremy HarrisLibreSSL version numbering differe from OpenSSL
2018-03-17 Jeremy Harristypo
2018-03-17 Jeremy HarrisDKIM: Ed25519 signatures under OpenSSL (1.1.1 or later)
2018-03-13 Jeremy HarrisCompiler quietening
2018-03-03 Jeremy HarrisARC initial implementation. Experimental. Bug 2162
2018-02-18 Jeremy HarrisExpansions: new ${authresults {mch}} for an Authenticat...
2018-02-14 Jeremy Harriscompiler quietening
2018-02-12 Jeremy HarrisDebug: more detail in dkim processing
2018-02-10 Heiko Schlitterman... Update copyright year to 2018
2018-02-09 Jeremy HarrisBuiltin macros for sha3-hash and ed25519-signing support
2018-02-07 Jeremy HarrisDKIM: fix buffer overflow in verify
2018-02-06 Jeremy HarrisDKIM: Ed25519 signatures (GnuTLS 3.6.0 and later)
2018-01-31 Jeremy HarrisDKIM: share body-hash calculation between multiple...
2018-01-21 Jeremy HarrisDKIM: use string-allocate facilities for DNS lookup
2018-01-14 Jeremy HarrisDKIM: DNS records having no v= tag are acceptable....
2017-12-28 Jeremy HarrisDKIM: tighter checking while parsing signature headers...
2017-12-03 Jeremy HarrisDKIM: fix tolerating spaces round tag values
2017-12-03 Jeremy Harristidying
2017-11-26 Jeremy HarrisDKIM: fix tolerating spaces round tag values
2017-11-26 Jeremy Harristidying
2017-11-11 Jeremy HarrisMerge branch 'master' into 4.next
2017-11-03 Jeremy HarrisDKIM: better syntax for control of oversigning. Bug...
2017-10-28 Jeremy HarrisMerge branch 'master' into 4.next
2017-10-26 Jeremy HarrisCopyright year bumps for substantive changes 2017 exim-4_90_RC1
2017-10-25 Jeremy HarrisDKIM: add builtin macro with default list of headers...
2017-10-14 Jeremy HarrisString handling: refactor the expanding-string routines...
2017-10-03 Jeremy HarrisFix GCrypt build
2017-10-03 Jeremy HarrisString handling: refactor the expanding-string routines...
2017-10-01 Jeremy HarrisMerge branch 'master' into 4.next
2017-09-16 Jeremy Harristidying
2017-09-16 Jeremy HarrisFix function prototype
2017-09-16 Jeremy Harristidying
2017-09-12 Jeremy HarrisTidy build under pre-v3 GnuTLS
2017-09-12 Jeremy HarrisDKIM: support multiple signing, by selector
2017-09-12 Jeremy HarrisDKIM: support multiple hash methods
2017-09-12 Jeremy HarrisDKIM: rename internal signing api
2017-09-10 Jeremy HarrisDKIM: fix signing bug induced by total size of paramete...
2017-08-09 Jeremy HarrisUse exim string facilities rather than custom parser...
2017-08-09 Jeremy HarrisDKIM: Enforce any "h" field present in the DNS publick...
2017-07-09 Jeremy Harristidying
2017-04-28 Jeremy HarrisSupport wire-format spoolfiles
2017-04-11 Jeremy Harriscompiler quietening
2017-03-13 Jeremy HarrisSync 4.next from master
2017-02-25 Jeremy HarrisDKIM: rework error logging to pass strings back to...
2017-02-24 Jeremy Harristidying
2017-02-11 Phil PennockCompilation warnings shushing
2017-02-08 Jeremy HarrisFix DKIM/GnuTLS build
2017-02-08 Jeremy HarrisDebug: indent ACL and expreassion tracing by evaluation...
2017-02-08 Jeremy HarrisDKIM: trim debug verbosity
2017-02-02 Jeremy HarrisGnuTLS: fix use of SHA3 hashes
2017-01-31 Phil PennockCopyright year bumps for substantive changes 2017 exim-4_89_RC1
next