Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump de.rub.nds.tls.attacker:transport from 5.3.0 to 6.3.2 #151

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 6, 2024

Bumps de.rub.nds.tls.attacker:transport from 5.3.0 to 6.3.2.

Release notes

Sourced from de.rub.nds.tls.attacker:transport's releases.

TLS-Attacker v6.3.2

Changes:

  • Added RSA PSS RSAE support
  • Improved SignatureAndHashAlgorithm selection when a certificate was specified by user
  • Fixed missing X.509 context update for pre defined certificate chain
  • Fixed parser loop for undefined record content types
  • Fixed ClientRandom value not retained in a new CH sent after receiving a HelloRetryRequest in TLS 1.3
  • Fixed empty application data messages disappearing during serialization
  • Fixed X509 and ASN.1 Attacker classes missing in JAXB context
  • Various improvements based on Spotbugs' suggestions

TLS-Attacker v6.1.7

Changes

  • When generating static ECDH certificates, TLS-Attacker now defaults to ECDH/ECDSA OID for the public key in the certificate as ECDH-only OID is not supported by OpenSSL
  • Updated X.509-Attacker dependency to fix NullPointerException thrown when generating static DH certificates
  • Fixed ProtocolAttacker API usage in hash-to-curve code of PWD computations that previously always used the curve's base point if the first X coordinate was not valid for the chosen curve

TLS-Attacker v6.1.4

Changes

  • Implemented new X.509-Attacker dependency enabling TLS-Attacker to generate arbitrary certificates dynamically at runtime
  • Replaced Bouncycastle certificate parsing with X.509-Attacker parsers
  • First constants of TLS-Attacker have been moved to Protocol-Attacker to achieve a unified interface for other protocols
  • Added cache for KeyShareCalculator to speed up public key compuations
  • Fixed bug in RSA PSS salt generation
  • Fixed bug in HTTP header parsing
  • Fixed key handling bug in 0-RTT handshakes
  • Fixed incorrect RSA PKCS#1v1.5 padding structure for RSA moduli that are not divisible by 8
  • Fixed NullPointerExceptions caused by improper extension handling
Commits
  • 06f86b8 release: v6.3.2
  • 2616925 Set new BOM version
  • 8f60b21 Merge pull request #1236 from tls-attacker/certPublicKeyTypeSelection
  • fa99e02 Merge branch 'main' into certPublicKeyTypeSelection
  • 7323ad7 Try to respect explicitly set SigHashAlgo when choosing cert key type
  • 0c50e58 Merge pull request #1235 from tls-attacker/dependabot/maven/de.rub.nds-protoc...
  • 8ffc39c Bump de.rub.nds:protocol-toolkit-bom from 4.2.4 to 4.2.6
  • e41b8d3 release: Prepare for next development iteration
  • 32a061e release: v6.3.1
  • cf15d26 Merge pull request #1233 from tls-attacker/nullCheckisEphemeral
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [de.rub.nds.tls.attacker:transport](https://github.com/tls-attacker/TLS-Attacker) from 5.3.0 to 6.3.2.
- [Release notes](https://github.com/tls-attacker/TLS-Attacker/releases)
- [Commits](tls-attacker/TLS-Attacker@v5.3.0...v6.3.2)

---
updated-dependencies:
- dependency-name: de.rub.nds.tls.attacker:transport
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 6, 2024
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants