Update README and Changelog for release.

This commit is contained in:
Scott Kitterman
2018-02-07 01:06:50 -05:00
parent 2ab2720dbe
commit c77f03fa74
2 changed files with 14 additions and 5 deletions
+5 -5
View File
@@ -1,14 +1,14 @@
UNRELEASED Version 0.7.0
- Initial ed25519 implementation based on draft-ietf-dcrup-dkim-crypto-08
experimental - IETF draft, design not finalized
2018-02-07 Version 0.7.0
- Initial ed25519 implementation based on draft-ietf-dcrup-dkim-crypto
experimental - IETF draft, design not finalized, See README for details
- Port dkimsign.py to use argparse; now gives standard usage message and
is more extensible
- Add command line options to dkimsign.py to select header and body
canonicalization algorithmns (LP: #1272724)
- Add command line option to dkimsign.py to select signing algorithm
- For dknewkey.py make default to include h=sha256 in the DNS record to
exclude usage with sha1. Can be overriden.
- Update ARC processing to current draft.
exclude usage with sha1. Can be overriden
- Update ARC processing to current draft
- Fix arcverify tag requirements (LP: #1710312)
- Fix empty body canonicalization for relaxed canonicalization (LP: #1727319)
* Thanks to Matthew Palmer for the report and the proposed fix