Scott Kitterman
3be5035ef2
Update version/add Changelog for 1.1.6
2024-04-14 15:32:02 -04:00
Scott Kitterman
92902fc9cd
Bump version to 1.1.5 and add changelog for resolver.resolve fix
2023-07-28 12:00:36 -04:00
Scott Kitterman
f17ef21acc
ChangeLog whitespace fix
2023-05-12 01:18:13 -04:00
Scott Kitterman
8cf323d4ea
Confine errors from dnspython to dnsplug and use dkim errors, since dkim.__init__.py doesn't import dns and needs dkim errors (LP: #2018646 )
2023-05-12 01:13:46 -04:00
Scott Kitterman
c75fa31ad2
Bump version to 1.1.4
2023-05-07 14:38:02 -04:00
Scott Kitterman
4a5c1e0393
Add release date
2023-04-30 09:49:41 -04:00
Scott Kitterman
dd650da4f0
Properly cleanup temporary directories in tests
2023-04-30 09:47:26 -04:00
Scott Kitterman
810d543085
Create ed25519 key files with secure permissions to avoid risk of insecure chmode call/race condition (LP: #2017430 )
2023-04-30 09:25:28 -04:00
Scott Kitterman
2fc00b0218
Catch nacl.exceptions.ValueError and raise KeyFormatError, similar to how RSA key errors are treated (LP: #2018021 )
2023-04-29 00:09:14 -04:00
Scott Kitterman
339bf1fb63
Bump version to 1.1.3
2023-04-28 23:41:49 -04:00
Scott Kitterman
5cedcb46d5
Release 1.0.2
2023-04-09 09:33:53 -04:00
Scott Kitterman
835a890007
Bump version to 1.1.2
2023-03-31 13:08:19 -04:00
Scott Kitterman
71119c956e
Finalize 1.1.1 release
2023-03-10 11:18:05 -05:00
Scott Kitterman
dd6bbd4c88
- 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 )
2023-02-28 00:02:07 -05:00
Scott Kitterman
bf5ab32d55
Bump version to 1.1.1 and document python2 is no longer supported (LP: #2008738 )
2023-02-27 23:49:56 -05:00
Scott Kitterman
59e9dd2cb5
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
2023-02-25 17:16:53 -05:00
Scott Kitterman
2115a5e9f8
Invalid Authentication-Results header fields are ignored for ARC signing
...
(LP: #1884044 )
2023-02-25 17:10:17 -05:00
Scott Kitterman
b74452d9da
Add new dkim.DnsTimeoutError class to report queried domain and selector
...
along with timeout error from dnspython (LP: #1873449 )
2023-02-25 16:44:06 -05:00
Scott Kitterman
233a9699ed
Add USE_ASYNC flag to allow async to be disabled when aiodns is
...
installed (LP: #1954331 ) - see README.md for details
2023-02-25 16:25:20 -05:00
Scott Kitterman
5195dbaf3d
Add limitations section to README to document current IDN status
2023-02-25 15:38:47 -05:00
Scott Kitterman
a35f4a7dd3
Add ChangeLog entry for PKCS#8 private keys
2022-07-31 22:08:13 -04:00
Scott Kitterman
f4dff24d68
Add domain validity check for ascii domains (no specials)
2022-01-16 18:21:10 -05:00
Scott Kitterman
6dcaaac712
Provide more specific error message when ed25519 private key is invalid
2021-11-24 15:37:06 -05:00
Scott Kitterman
9c8e46eb5c
Fix @param srv_id typos (LP: #1890532 )
2020-08-08 17:04:34 -04:00
Scott Kitterman
b0bfc115e7
Update dnsplug for DNS Python (dns) 2.0 compatibility (LP: #1888583 )
2020-08-08 16:53:08 -04:00
Scott Kitterman
5b9dc1253d
ChangeLog for index addition in dkimverify
2020-04-06 18:10:54 -04:00
Scott Kitterman
095f68d943
- Correct dkim.verify processing to avoid errors when verifying messages
...
with no DKIM signatures
2020-04-06 00:27:04 -04:00
Scott Kitterman
443aed143a
- Correct signature indexing error introduced in 1.0.0 that prevents
...
verification of multiple signatures in a single message
2020-01-15 11:03:07 -05:00
Scott Kitterman
dc2f7f07f2
- dknewkey: On posix operating systems set file permissions to 600 for ed25519 private key files (as is already done for RSA) (LP: #1857827 )
2019-12-31 01:17:19 -05:00
Scott Kitterman
73dbcc08a8
Bump version to 1.1 for next feature series development
2019-12-16 15:21:27 -05:00
Scott Kitterman
cb32e3e527
- Set minimum dnspython version to 1.16 because previous versions can not
...
support the timeout parameter (LP: #1856546 )
2019-12-16 15:20:01 -05:00
Scott Kitterman
e969511184
Update documentation URL in README.md
2019-12-16 15:19:43 -05:00
Scott Kitterman
52f1279754
Set version and release date
2019-12-15 01:26:32 -05:00
Scott Kitterman
5a0824108d
Provide specialized error message when signing or verifying ed25519
...
signatures and pynacl is not installed (LP: #1854475 )
2019-12-15 01:12:02 -05:00
Scott Kitterman
6c5f701131
Follow CNAMES when looking up key records when using DNS (pydns)
...
(LP: #1856421 )
2019-12-15 00:42:31 -05:00
Scott Kitterman
da3f98e6a1
Set release date
2019-12-09 17:50:37 -05:00
Scott Kitterman
7356ca1b45
Tab/space fix in ChangeLog
2019-12-09 17:49:05 -05:00
Scott Kitterman
f680dd879b
Merge async work into master for 1.0
2019-12-09 09:18:25 -05:00
Scott Kitterman
397ec61717
ChangeLog typo
2019-12-09 09:03:26 -05:00
Scott Kitterman
7173c0cbcc
Catch binascii related key format errors (LP: #1854477 )
2019-12-08 02:43:57 -05:00
Scott Kitterman
c66a014a9f
Fix RSAPublicKey in ChangeLog
2019-11-09 13:42:32 -05:00
Scott Kitterman
4d2f425ae3
- Support signature verification with SubjectPublicKeyInfo formatted keys
...
since, although rare, they are RFC 6376 specified (LP: #1851862 )
2019-11-08 23:19:17 -05:00
Scott Kitterman
2973852fbb
- Add new DKIM.present function to allow applications to test if a DKIM
...
signature is present without doing validation (LP: #1851141 )
2019-11-03 11:57:30 -05:00
Scott Kitterman
3dda94ca2d
Initial async support - works but so much overriding ...
2019-11-02 11:15:36 -04:00
Scott Kitterman
ebe8fc7c77
Add support for RFC 8460 tlsrpt DKIM signature processing (LP: #1847020 )
2019-10-31 20:53:06 -04:00
Scott Kitterman
1f2597a666
- Add new timeout parameter to enable DNS lookup timeouts to be adjusted
...
- Drop usage of pymilter Milter.dns in dnsplug since it doesn't support
havine a timeout passed to it
2019-10-30 18:46:31 -04:00
Scott Kitterman
6db388df39
Ignore unknown service types in key records (LP: #1847020 )
2019-10-07 08:34:05 -04:00
Scott Kitterman
d1801bb3d5
- Add LICENSE to MANIFEST.in so it is included in the tarball (LP:
...
#1845318 )
2019-09-25 16:20:46 -04:00
Scott Kitterman
f8e0cba772
Documentation updates
2019-08-09 11:46:28 -04:00
Scott Kitterman
8365b52ac8
- Fix default canonicalization for DKIM signature verification to be
...
simple/simple per RFC 6376 (LP: #1839299 ) (Thanks to Cyril Nicodème for
the report and a suggested fix)
2019-08-09 09:21:26 -04:00