Skip to content

Tags: pranavsingh/signxml

Tags

v2.6.0

Toggle v2.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
kislyuk Andrey Kislyuk
- 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 XML-Security#108

- Allow URI attribute of Reference to be absent (XML-Security#102)

v2.5.2

Toggle v2.5.2's commit message

Verified

This tag was signed with the committer’s verified signature.
kislyuk Andrey Kislyuk
- Fix release

v2.5.1

Toggle v2.5.1's commit message

Verified

This tag was signed with the committer’s verified signature.
kislyuk Andrey Kislyuk
Fix release

v2.5.0

Toggle v2.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
kislyuk Andrey Kislyuk
- Relax dependency version constraints.

- Drop Python 3.3 support.

- Support for PEM files with CR+LF line endings (XML-Security#93).

v2.4.0

Toggle v2.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
kislyuk Andrey Kislyuk
- Import asn1crypto on demand

- Allow newer versions of cryptography library (XML-Security#89)

v2.3.0

Toggle v2.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
kislyuk Andrey Kislyuk
- Add explicit dependency on asn1crypto to setup.py (XML-Security#87)

- Remove use of Exception.message for py3 compatibility. Closes XML-Security#36 (XML-Security#86)

- Use asn1crypto instead of pyasn1 to match cryptography lib (XML-Security#85)

- Pin to major version of lxml instead of minor

- Allow newer versions of several requirements (XML-Security#84)

- Allow newer version of eight library (XML-Security#83)

v2.2.6

Toggle v2.2.6's commit message

Verified

This tag was signed with the committer’s verified signature.
kislyuk Andrey Kislyuk
- Fix release script

v2.2.5

Toggle v2.2.5's commit message

Verified

This tag was signed with the committer’s verified signature.
kislyuk Andrey Kislyuk
- Allow defusedxml>=0.5 (XML-Security#82)

- Readability improvements

v2.2.4

Toggle v2.2.4's commit message
- Documentation and test fixes

v2.2.3

Toggle v2.2.3's commit message
- Release automation: parse repo name correctly