~jbfzs/dkimpy:re_backtrack

Last commit made on 2018-12-12
Get this branch:
git clone -b re_backtrack https://git.launchpad.net/~jbfzs/dkimpy
Only Jonathan Bastien-Filiatrault can upload to this branch. If you are Jonathan Bastien-Filiatrault please log in for upload directions.

Branch merges

Branch information

Name:
re_backtrack
Repository:
lp:~jbfzs/dkimpy

Recent commits

882d14c... by Jonathan Bastien-Filiatrault <email address hidden>

Avoid making a fresh slice of the whole email on each iteration.

An update to yesterday's patch. Should avoid copying the mail byte
string more than once.

Tested on Python 2.7 and 3.6.

903cc90... by Scott Kitterman

Changelog and version for starting 0.9.2

7dee16a... by Jonathan Bastien-Filiatrault

Refactor canonicalization.py strip_trailing_lines to avoid using re for more consistent processing across python versions

84efc4a... by Scott Kitterman

Release 0.9.1

72f5820... by Scott Kitterman

    - Refactored dknewkey so that it correctly writes out text instead of bytes

c3eb342... by Scott Kitterman

Fixed ARC verification to fail is h= tag is present in Arc-Seal, added test, bumped version to start 0.9.1

d659c49... by Scott Kitterman

Set release date

267e621... by Scott Kitterman

      - Added missing documentation for timestamp function dkim.arc_sign
        (LP: #1800314)

09d4c3d... by Scott Kitterman

Fix @since for add_should_not

8032276... by Scott Kitterman

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