Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 13, 2020

Bumps signxml from 2.6.0 to 2.8.0.

Release notes

Sourced from signxml's releases.

v2.8.0

  • Compare raw digest bytes instead of base64 encoded digests. Fixes #155

    • Initial X509IssuerSerial/X509Digest support

    • Support custom inclusive_ns_prefixes when signing

v2.7.3

  • Fix ECDSA signature encoding/decoding (#150)

    • Add InclusiveNamespaces PrefixList support for SignedInfo

    • Test and documentation improvements

v2.7.2

  • Relax dependency version range on eight

    • Update dependency installation documentation

    • XMLSigner.sign(): add always_add_key_value kwarg to include both X509Data and KeyValue for ill-defined signing applications

    • XMLVerifier.verify(): reject signatures that contain both X509Data and KeyValue by default; add ignore_ambiguous_key_info kwarg to bypass

v2.7.1

  • Accept PEM keys as either str or bytes

v2.7.0

  • 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

Changelog

Sourced from signxml's changelog.

Changes for v2.8.0 (2020-06-20)

  • Compare raw digest bytes instead of base64 encoded digests. Fixes #155

  • Initial X509IssuerSerial/X509Digest support

  • Support custom inclusive_ns_prefixes when signing

Changes for v2.7.3 (2020-06-10)

  • Fix ECDSA signature encoding/decoding (#150)

  • Add InclusiveNamespaces PrefixList support for SignedInfo

  • Test and documentation improvements

Changes for v2.7.2 (2019-12-01)

  • Relax dependency version range on eight

  • Update dependency installation documentation

  • XMLSigner.sign(): add always_add_key_value kwarg to include both X509Data and KeyValue for ill-defined signing applications

  • XMLVerifier.verify(): reject signatures that contain both X509Data and KeyValue by default; add ignore_ambiguous_key_info kwarg to bypass

Changes for v2.7.1 (2019-11-30)

  • Accept PEM keys as either str or bytes

Changes for v2.7.0 (2019-11-30)

  • 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)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 13, 2020
@dependabot dependabot bot force-pushed the dependabot/pip/signxml-2.8.0 branch from 81e38a6 to 5ed9cf6 Compare July 13, 2020 16:12
@jtrh
Copy link
Contributor

jtrh commented Jul 15, 2020

Ref: #130

@jtrh jtrh force-pushed the dependabot/pip/signxml-2.8.0 branch from 5ed9cf6 to d57551f Compare July 22, 2020 20:13
@jtrh
Copy link
Contributor

jtrh commented Jul 22, 2020

Superseded by #131.

@jtrh jtrh closed this Jul 22, 2020
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 22, 2020

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/signxml-2.8.0 branch July 22, 2020 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants