Download project files

How do I verify a download?


110 of 38 releases

1.1.6 release from the 1.1 series released

Release information
Changelog:

   - Use raw byte string for regex; fixes SyntaxWarning in Python 3.12 due to
     invalid escape sequence (LP: #2049518) - Thanks to Simon Chopin for the
     fix

File Description Downloads
download icon dkimpy-1.1.6.tar.gz (md5, sig) 1.1.6 20
last downloaded today
Total downloads: 20

1.1.5 release from the 1.1 series released

Release information
Changelog:

2023-07-28 Version 1.1.5
   - Use dns.resolver.resolve instead of dns.resolver.query due to deprecation
     (LP: 2028783) - Thanks to Pedro Vicente for the report and the fix

File Description Downloads
download icon dkimpy-1.1.5.tar.gz (md5, sig) 1.1.5 165
last downloaded 3 weeks ago
Total downloads: 165

1.1.4 release from the 1.1 series released

Release information
Changelog:

2023-05-12 Version 1.1.4
   - Treat dns.resolver.NoNameservers like NXDOMAIN (not an error) (Thanks to
     David for the patch and the report)
   - Confine errors from dnspython to dnsplug and use dkim errors, since
     dkim.__init__.py doesn't import dns and needs dkim errors (LP: #2018646)

File Description Downloads
download icon dkimpy-1.1.4.tar.gz (md5, sig) 1.1.4 45
last downloaded 19 weeks ago
Total downloads: 45

1.1.3 release from the 1.1 series released

Release information
Changelog:

2023-04-30 Version 1.1.3
   - Catch nacl.exceptions.ValueError and raise KeyFormatError, similar to how
     RSA key errors are treated (LP: #2018021)
   - Create ed25519 key files with secure permissions to avoid risk of
     insecure chmode call/race condition (Thanks to Hanno Böck for the report
     and the suggested fix) (LP: #2017430)
   - Properly cleanup temporary directories in tests

File Description Downloads
download icon dkimpy-1.1.3.tar.gz (md5, sig) 1.1.3 14
last downloaded 22 weeks ago
Total downloads: 14

1.1.2 release from the 1.1 series released

Release information
Changelog:

2023-04-09 Version 1.1.2
   - Verify correct AMS header is used for ARC seal verification (André Cruz)

File Description Downloads
download icon dkimpy-1.1.2.tar.gz (md5, sig) 1.1.2 18
last downloaded 19 weeks ago
Total downloads: 18

1.1.1 release from the 1.1 series released

Release information
Changelog:

2023-03-09 Version 1.1.1
    - Document dropping of Python 2 support (dropped as of 1.1.0) (LP:
      #20086738)
    - Fix traceback when attempting to verify an unsigned message using
      async verify (Thanks to Nikita Sychev for the report and a suggested
      fix) (LP: #2008723)

File Description Downloads
download icon dkimpy-1.1.1.tar.gz (md5, sig) 1.1.1 45
last downloaded 19 weeks ago
Total downloads: 45

1.1.0 release from the 1.1 series released

Release information
Changelog:

2023-02-25 Version 1.1.0
    - Add domain validity check for ascii domains (no specials)
    - Add option to specify index number of signature to verify to dkimverify
      (Thanks to Nick Baugh for the change)
    - Correct signature indexing error introduced in 1.0.0 that prevents
      verification of multiple signatures in a single message
    - Correct dkim.verify processing to avoid errors when verifying messages
      with no DKIM signatures
    - Update dnsplug for DNS Python (dns) 2.0 compatibility (LP: #1888583)
    - Fix @param srv_id typos (LP: #1890532)
    - Provide more specific error message when ed25519 private key is invalid
      (See LP 1901569 for background)
    - Add support for PKCS#8 for private keys, openssl 3 default (LP:
      #1978835) - Thanks to Adrien (spitap) for the change
    - Add limitations section to README to document current IDN status
    - Add USE_ASYNC flag to allow async to be disabled when aiodns is
      installed (LP: #1954331) - see README.md for details
    - Add new dkim.DnsTimeoutError class to report queried domain and selector
      along with timeout error from dnspython (LP: #1873449)
    - Invalid Authentication-Results header fields are ignored for ARC signing
      (LP: #1884044)
    - Correct base64 validation regexp so that valid signature with == split
      between two lines are not incorrectly evaluated as invalid (LP:
      #2002295) - Thanks to <https://launchpad.net/~obadz> for the report and
      the proposed fix

File Description Downloads
download icon dkimpy-1.1.0.tar.gz (md5, sig) 1.1.0 28
last downloaded 19 weeks ago
Total downloads: 28

1.0.6 release from the 1.0 series released

Release information
Changelog:

2023-04-30 Version 1.0.6
    - Provide more specific error message when ed25519 private key is invalid
      (See LP 1901569 for background)
    - Correct base64 validation regexp so that valid signature with == split
      between two lines are not incorrectly evaluated as invalid (LP:
      #2002295) - Thanks to <https://launchpad.net/~obadz> for the report and
      the proposed fix
    - Fix traceback when attempting to verify an unsigned message using
      async verify (Thanks to Nikita Sychev for the report and a suggested
      fix) (LP: #2008723)
    - Verify correct AMS header is used for ARC seal verification
    - Catch nacl.exceptions.ValueError and raise KeyFormatError, similar to how
      RSA key errors are treated (LP: #2018021)
    - Create ed25519 key files with secure permissions to avoid risk of
      insecure chmode call/race condition (Thanks to Hanno Böck for the report
      and the suggested fix) (LP: #2017430)

File Description Downloads
download icon dkimpy-1.0.6.tar.gz (md5, sig) 1.0.6 4
last downloaded 22 weeks ago
Total downloads: 4

1.0.5 release from the 1.0 series released

Release information
Changelog:

2020-08-08 Version 1.0.5
    - Update dnsplug for DNS Python (dns) 2.0 compatibility (LP: #1888583)
    - Fix @param srv_id typos (LP: #1890532)

File Description Downloads
download icon dkimpy-1.0.5.tar.gz (md5, sig) 1.0.5 853
last downloaded today
Total downloads: 853

1.0.4 release from the 1.0 series released

Release information
Changelog:

2020-04-06 Version 1.0.4
    - Correct dkim.verify processing to avoid errors when verifying messages
      with no DKIM signatures

File Description Downloads
download icon dkimpy-1.0.4.tar.gz (md5, sig) 1.0.4 87
last downloaded 4 weeks ago
Total downloads: 87

110 of 38 releases