Skip to content

Releases: lieser/dkim_verifier

v0.4.2: Release version 0.4.2

16 Oct 15:07
Compare
Choose a tag to compare
  • fixed alignment of warning-icon in mac (by Nils Maier) (#10)

v0.4.1: Release version 0.4.1

16 Oct 15:06
Compare
Choose a tag to compare
  • DKIM-Signature header field name now in same style as the others (by Nils Maier) (#10)
  • fixed bug if message needs to be downloaded from IMAP server (#6)
  • added German translation (by ionum) (#7, #8)
  • fixed relaxed canonicalization of a body with only empty lines (by ionum) (#9)
  • small displaying changes in options

v0.4.0: Release version 0.4.0

16 Oct 14:45
Compare
Choose a tag to compare
  • warnings are displayed
  • added warning for
    • Signature is expired
    • Signature is in the future
    • From is not in SDID
    • From is not in AUID
    • Signature key is small
  • added option to treat testmode as warning, not as error (#5)
  • added options for highlighting of From header
  • added option to always show DKIM-Signature header field
  • fixed relaxed body canonicalization for non trailing CRLF
  • fixed parsing of Message canonicalization if only one algorithm is named (#4)
  • added partial support of CNAME record type in DNS Library (#1)
  • fix bug if nonexisting header field is signed
  • fixed parsing of AUID

v0.3.3: Release version 0.3.3

16 Oct 14:37
Compare
Choose a tag to compare
  • fixed issue with RSS feeds (#3)
  • added debug info to rsasign-1.2.js

v0.3.2: Release version 0.3.2

16 Oct 14:35
Compare
Choose a tag to compare
  • fixed regex pattern for SDID, Selector and local_part

v0.3.1: Release version 0.3.1

16 Oct 14:35
Compare
Choose a tag to compare
  • fixed problem with CompactHeader addon (#2)

v0.3.0: Release version 0.3.0

16 Oct 14:34
Compare
Choose a tag to compare
  • options dialog added
  • body length tag was checked before canonicalization
  • fixed simple body canonicalization for empty body or no trailing CRLF
  • DNS, RSA, ... helper scripts now in DKIM_Verifier namespace

v0.2.2: Release version 0.2.2

16 Oct 14:25
Compare
Choose a tag to compare
  • fixed regex pattern for domain_name ("." was not escaped)

v0.2.1: Release version 0.2.1

16 Oct 14:23
Compare
Choose a tag to compare
  • query method was parsed wrong
  • last header field was parsed wrong (#1)
  • DNS exception now caught

v0.2: Release version 0.2

16 Oct 14:21
Compare
Choose a tag to compare
  • check that from header is signed now included
  • key record flags are no longer ignored
  • Multiple Instances of a header Field are now supported
  • encoding issue for body hash fixed