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

remove unsupported xml elements in 'default_config.xml' file #179

Closed
wants to merge 1 commit into from

Conversation

GSoJC234
Copy link

Hello,

The default_config.xml file contains some unsupported XML elements, which are causing errors when using the file.

I've listed up the currently unsupported XML elements found in the default_config.xml file below:

  • respectPeerRecordSizeLimitations
  • autoAdjustCertificate
  • certificateChainConfig
  • defaultQuicTransportParameters
  • echoQuic
  • clientSupportedSrtpProtectionProfiles
  • serverSupportedSrtpProtectionProfiles
  • defaultSelectedSrtpProtectionProfile
  • addQuicTransportParametersExtension
  • defaultServerEphemeralDhGenerator
  • defaultServerEphemeralDhModulus
  • defaultServerEphemeralDhPrivateKey
  • defaultClientEphemeralDhPrivateKey
  • defaultServerEphemeralDhPublicKey
  • defaultClientEphemeralDhPublicKey
  • defaultEcdsaNonce
  • defaultDsaNonce
  • quicMaximumFrameSize
  • maxUDPRetransmissions
  • expectHandshakeDoneQuicFrame
  • isQuic
  • quicRetryFlowRequired
  • quicVersion
  • defaultQuicNewToken
  • defaultQuicPathChallange
  • defaultAssumedMaxReceiveLimit
  • defaultClientEphemeralEcPublicKey
  • defaultServerEphemeralEcPublicKey
  • defaultServerEphemeralEcPrivateKey
  • defaultClientEphemeralEcPrivateKey
  • defaultServerEphemeralRsaExportPublicKey
  • defaultServerEphemeralRsaExportPrivateKey
  • defaultServerEphemeralRsaExportModulus
  • defaultServerEphemeralDhExportGenerator
  • defaultServerEphemeralDhExportModulus
  • defaultServerEphemeralDhExportPublicKey
  • defaultServerEphemeralDhExportPrivateKey
  • useAllProvidedQuicPackets
  • defaultRsaSsaPssSalt

I've removed these elements from the default_config.xml file.

@ic0ns
Copy link
Contributor

ic0ns commented Oct 17, 2024

The default config is auto-generated from the existing Config.java
The elements you are referring to were newly added see:

I assume you are using the default_config.xml of a new version with an older version?

@GSoJC234
Copy link
Author

Oops, sorry about that. You're right.
After checking, I realized that I'm using a different version (an older version) of TLS-Attacker.
Thank you!

@GSoJC234 GSoJC234 closed this Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants