Fix cv=none processing for initial signature in chain

This commit is contained in:
Scott Kitterman
2019-04-14 22:17:41 -04:00
parent 0ce3775afa
commit aa5419b7d9
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -3,6 +3,7 @@ UNRELEASED Version 0.9.2
srv_id option is the authserv_id to use in the ARC signatures - Only AR
fields with an authserv-id that matches srv_id will be considered for
ARC signing)
- Fix cv=none processing for initial signature in chain
- Refactor canonicalization.py strip_trailing_lines to avoid using re for
more consistent processing across python versions (Thanks to Jonathan
Bastien-Filiatrault for the change)