-------------------------- - Major API change: Return signature information in verify() return value (41, 50). Thanks to klondi. - Major API change: Excise signature node from verify() return value to avoid possibly returning untrusted data (47). Thanks to klondi.
0.6.0
-------------------------- - Remove signature nodes appropriately (46). Thanks to klondi. - Expand Travis CI test to include flake8 linter.
0.5.0
-------------------------- - Add support for using a KeyName element within the KeyInfo block (38). Thanks to Pelleplutt. - Update cryptography dependency - Expand Travis CI test matrix to include OS X
0.4.6
-------------------------- - Python 3.5 compatibility fix: move enum34 into conditional dependencies (37). Thanks to agronholm.
0.4.5
-------------------------- - Support enveloped signatures nested at arbitrary levels beneath root element (32, 33). Thanks to jmindek. - Update certifi, cryptography dependencies
0.4.4
-------------------------- - Handle xml.etree.ElementTree nodes as input (previously these would cause a crash, despite the documentation suggesting otherwise). Closes 19, thanks to nickcash.