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.4 #157

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 Feb 7, 2025

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

Release notes

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

TLS-Attacker v6.3.4

Changes

  • Fixed incorrect use of CLI-provided private key

TLS-Attacker v6.3.3

Changes:

  • Fixed: content manipulations not considered when setting message length field
  • Fixed: UDP socket not re-initialized after it has been closed by ResetConnectionAction
  • Various minor code quality improvements

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
  • a52b2a2 release: v6.3.4
  • 1111bff Merge pull request #1250 from tls-attacker/dependabot/maven/de.rub.nds-protoc...
  • d78cea0 Bump de.rub.nds:protocol-toolkit-bom from 4.2.7 to 4.3.0
  • 8b60812 Merge pull request #1249 from tls-attacker/fix/givenCertChain
  • 7a458cb Merge branch 'main' into fix/givenCertChain
  • 213e774 Introduced constant for adjusted leaf cert config
  • 8fd07f3 Use config's X509ChainConfig for X509 context + choosers
  • 4ab58e1 Merge pull request #1247 from tls-attacker/handleConnClose
  • 3d9535b Removed TLS alert handling in QuicWorkflowExecutor
  • de0e3b8 Query chooser instead of config for RSA private key
  • Additional commits viewable in compare view

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

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

---
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 Feb 7, 2025
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