~blueyed/dkimpy:remove-unneded-code

Last commit made on 2018-06-13
Get this branch:
git clone -b remove-unneded-code https://git.launchpad.net/~blueyed/dkimpy
Only Daniel Hahler can upload to this branch. If you are Daniel Hahler please log in for upload directions.

Branch merges

Branch information

Name:
remove-unneded-code
Repository:
lp:~blueyed/dkimpy

Recent commits

4cb5d32... by Daniel Hahler <email address hidden>

verify_sig: remove unneeded code

It was initially added in a203b29, but is not necessary anymore with
2458f38. 133a566 also mentions the bug (#644046), which is tested in
test_multiple_from_fails.

ef80f03... by Scott Kitterman

Delete unused test data

3a68a64... by Scott Kitterman

Update tests so that both RSA and Ed25519 verifying test verifying dual signed message.

a911d5e... by Scott Kitterman

Update .gitignore to also ignore pyc files/dirs for test code

d5c4f69... by Scott Kitterman

Remove obsolete and incorrect test data

31ee4e8... by Scott Kitterman

Set release date in Changelog

a0ae8c2... by Scott Kitterman

Detect unknown algorithm in k= tag and raise an appropriate error, vice
      failing with a traceback

92608e7... by Scott Kitterman

Simplify error message for bad version (match what Google does)

bec6869... by Scott Kitterman

Detect incorrect version in DKIM public key record (LP: #1763815)

261eb5f... by Scott Kitterman

Add test for detecting bad version number in DKIM txt record