Add test case for verification when should headers are signed (thanks to Geoffrey Lehée for the patch)

This commit is contained in:
Scott Kitterman
2017-03-02 19:08:27 -05:00
parent ccb067c32b
commit cdbb60841a
2 changed files with 12 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
UNRELEASED Version 0.6.2
- Fixed python3.4 string interpolation issue
- Fix some byte casting issues & typos
- Add test case for verification when should headers are signed
2017-01-27 Version 0.6.1
- Fixed python3 dns lookup issue