Commit Graph

41 Commits

Author SHA1 Message Date
Scott Kitterman f8e0cba772 Documentation updates 2019-08-09 11:46:28 -04:00
Scott Kitterman 0019bad372 - Fix linesep setting in arcsign script (LP: #1838262) (Thanks to Gowtham
Gopalakrishnan for the report and the patch)
2019-08-04 17:51:27 -04:00
Scott Kitterman ce8e3c8d50 Update README for recent changes 2019-04-14 22:54:27 -04:00
Scott Kitterman 8032276b57 Bump version to 0.9.0 since this is now a feature release
- Update oversigned (frozen) header field list to reduce signature
      fragility (removes 'date' and 'subject' fields from being oversigned by
      default - see usage section of README for information on how to restore
      the previous behavior)
    - Added new add_should_not for DKIM/ARC classes to prevent additional
      header fields from being signed
    - Added 'from' to should sign list (to prevent it from not being signed at
      all in the unusual event that 'from' is locally removed from the frozen
      header field set (LP: #1525048)
    - Updates for experimental ARC support:
      - Specified that for ARC, Authentication-Results should not be signed
2018-10-30 11:29:09 -04:00
Daniel Hahler 229ac42db9 tests: add "testing" extras 2018-06-16 17:27:35 -04:00
Scott Kitterman 3b28e86f15 Indicate that ed25519-sha256 is no longer experimental 2018-05-18 02:48:42 -04:00
Scott Kitterman 3020b0e6d6 - Use install_requires and extras_requires to document external
dependencies for dkimpy (LP: #1227526)
2018-03-27 01:23:00 -04:00
Scott Kitterman 30062b3c2b Update ChangeLog and README for setuptools 2018-03-25 22:42:26 -04:00
Scott Kitterman c674e53a15 Bump version to 0.8.0 2018-03-25 20:52:53 -04:00
Scott Kitterman b1adfa3e33 Update man/dknewkey.1 to mention use of k= with RSA and bump version for release. 2018-02-17 13:52:13 -05:00
Scott Kitterman c77f03fa74 Update README and Changelog for release. 2018-02-07 01:06:50 -05:00
Scott Kitterman ae20ad128f Update README 2018-02-05 14:44:49 -05:00
Scott Kitterman 4d4dcf1a78 Start ed25519 - update dknewkey.py and README. 2017-11-21 09:48:22 -05:00
Scott Kitterman 01a2f77481 Revert a bunch of rsafp stuff now that DCRUP isn't going to do rsafp 2017-11-18 20:17:35 -05:00
Scott Kitterman 939c3f8bba Updated Changedlog and README. 2017-07-28 01:36:24 -04:00
Scott Kitterman 818a7f807e - Port dkimsign.py to use argparse; now gives standard usage message and
is more extensible
2017-06-04 17:05:18 -04:00
Scott Kitterman d4a2b4e954 Version and date for release. 2017-05-31 09:00:29 -04:00
Scott Kitterman 6dd8ebf08d Mention DCRUP working group relative to minimum key size in README. 2017-05-31 01:26:59 -04:00
Scott Kitterman ccb067c32b Update README to indicate python3.4 works now (since that was fixed by the previous two commits) 2017-03-02 17:10:43 -05:00
Scott Kitterman 5938a29f57 More version bumping and changelog update for release. 2017-01-27 18:46:37 -05:00
Scott Kitterman 7f28c44e81 Fix ARC draft revision 2017-01-23 13:21:18 -05:00
Scott Kitterman 8fb9c46046 README typo. 2017-01-23 12:27:22 -05:00
Scott Kitterman 1ded8e9171 Pre-release version bumps and documentation updates. 2017-01-23 12:18:26 -05:00
Scott Kitterman 1de815367c Add mention of online documentation to README. 2017-01-23 10:38:17 -05:00
Scott Kitterman 02c1265bb9 Add ARC testing information to README. 2017-01-20 14:35:15 -05:00
Scott Kitterman 697d55d057 Work in progress to better integrate ARC into dkimpy 2016-11-12 23:18:48 -05:00
Scott Kitterman db448f1630 Clean up local tree so release is clean and then do a quick 0.5.6. 2015-12-07 17:44:01 -05:00
Scott Kitterman 135103376a Add Changelog entries for 0.5.5 and bump version to 0.5.5. 2015-12-07 17:10:31 -05:00
Scott Kitterman fd0caddf16 Update for version 0.5.4.
Fixed error in FWS regular expression that cause some valid signatures
fail verification (Thanks to Peter Palfrader (weasel) for the patch)
2013-06-09 22:43:29 -04:00
Scott Kitterman 02551e35b2 - Update changelog and versions to start 0.5.3.
- Improve key error messages to help troubleshooting.
2012-07-21 01:44:06 -04:00
Scott Kitterman 0514c5aa34 Bump versions to 0.5.2 and add Changelog for 0.5.2. 2012-06-13 00:28:10 -04:00
Scott Kitterman be3a6dbe83 Changes for pydkim -> dkimpy 2012-02-03 19:05:34 -05:00
Stuart D. Gathman 1fa37e02a8 Fix dkim.fold() 2011-06-17 12:57:50 -04:00
Scott Kitterman 550e3e3983 Update version numbers to 0.5 and start new Changelog entry. 2011-06-16 22:41:42 -05:00
Scott Kitterman 18e9aef36b Update Changelog and switch to version 0.4.2 throughout. 2011-06-16 14:50:03 -05:00
Scott Kitterman 86077755b2 Update versions to 0.4.1 and correct/update Changelog. 2011-06-15 08:49:20 -05:00
Scott Kitterman 4ab054860f Fix package version in PKG-INFO and README. 2011-06-15 00:18:16 -05:00
William Grant b6d9e35a1d Update Python version and DNS library requirements in README. 2011-03-19 21:55:38 +11:00
William Grant 9aea8985fb Support multiple test modules. 2011-03-16 23:03:52 +11:00
William Grant 97ec4a65a4 Add TESTING section to README. 2011-03-09 18:49:18 +11:00
Scott Kitterman 4cc38d62fd Start with pydkim 0.3. 2011-03-07 23:25:49 -05:00