Skip to content

Releases: XML-Security/signxml

v2.7.1

30 Nov 19:39
v2.7.1
cc25c58
Compare
Choose a tag to compare
  • Accept PEM keys as either str or bytes

v2.7.0

30 Nov 15:56
v2.7.0
ec116f7
Compare
Choose a tag to compare
  • Drop defusedxml dependency; add security notes

    • Add missing c14n transform for enveloping and detached methods (#107)

    • Relax pyOpenSSL dependency version range to include version 19

    • Apply transforms and digest calculations to copies of root. Closes #125. (#126)

    • Documentation and test improvements

v2.6.0

11 Jan 01:13
v2.6.0
abebd70
Compare
Choose a tag to compare
  • Update dependencies to baseline on Ubuntu 18.04

    • Clarify documentation of Ubuntu installation dependencies

    • List ipaddress as a dependency

    • Strip PEM header from OpenSSL.crypto.X509 cert

    • Doc updates: dependency versions, standard links

    • Fix cryptography deprecation warnings. Closes #108

    • Allow URI attribute of Reference to be absent (#102)

v2.5.2

07 Dec 18:29
v2.5.2
Compare
Choose a tag to compare
  • Fix release

v2.5.1

07 Dec 17:49
v2.5.1
Compare
Choose a tag to compare

Fix release

v2.5.0

07 Dec 17:45
v2.5.0
Compare
Choose a tag to compare
  • Relax dependency version constraints.

    • Drop Python 3.3 support.

    • Support for PEM files with CR+LF line endings (#93).

v2.4.0

10 Jul 22:48
v2.4.0
Compare
Choose a tag to compare
  • Import asn1crypto on demand

    • Allow newer versions of cryptography library (#89)

v2.3.0

24 Apr 21:04
v2.3.0
Compare
Choose a tag to compare
  • Add explicit dependency on asn1crypto to setup.py (#87)

    • Remove use of Exception.message for py3 compatibility. Closes #36 (#86)

    • Use asn1crypto instead of pyasn1 to match cryptography lib (#85)

    • Pin to major version of lxml instead of minor

    • Allow newer versions of several requirements (#84)

    • Allow newer version of eight library (#83)

v2.2.6

12 Apr 11:57
v2.2.6
Compare
Choose a tag to compare
  • Fix release script

v2.2.5

12 Apr 11:54
v2.2.5
Compare
Choose a tag to compare
  • Allow defusedxml>=0.5 (#82)

    • Readability improvements