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

lucky13: send second client flight in single TCP packet #893

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

Conversation

tomato42
Copy link
Member

@tomato42 tomato42 commented Dec 12, 2023

Description

Make sure that the ClientKeyExchange, ChangeCipherSpec and Finished are sent in single TCP packet

Motivation and Context

packet parser doesn't like it when that's not the case

Checklist

  • I have read the CONTRIBUTING.md document and my PR follows change requirements therein
  • the changes are also reflected in documentation and code comments
  • all new and existing tests pass (see CI results)
  • test script checklist was followed for new scripts
  • new test script added to tlslite-ng.json and tlslite-ng-random-subset.json
  • new and modified scripts were ran against popular TLS implementations:
    • OpenSSL
    • NSS
    • GnuTLS
  • required version of tlslite-ng updated in requirements.txt and README.md

This change is Reviewable

@tomato42 tomato42 added the bug unintented behaviour in tlsfuzzer code label Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug unintented behaviour in tlsfuzzer code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant