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

TLS 1.3 Support #48

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

TLS 1.3 Support #48

wants to merge 1 commit into from

Conversation

shreve
Copy link

@shreve shreve commented Aug 28, 2020

Not Ready for Review

Things Done:

  • Add TLS 1.3 flag support
  • Add required TLS 1.3 cipher to list of supported suites
  • Update fingerprint to Chrome 72
  • Update the process of building TapDance payload to add 1.3 support.

This currently seems to be fulfilling what it needs to do. It's the server that isn't quite ready. (See https://github.com/refraction-networking/tapdance-private/pull/4)

To Do:

  • Clean up extra print statements
  • Update byte shifting mechanism. We agreed to try removing a padding byte from TLS 1.3 connections rather than adding a byte to non-1.3 connections to keep backwards compatibility.
  • Issue a PR to uTLS for the TrafficSecrets() method. This is required, but I want to finalize usage here before bringing in another repo.

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.

1 participant