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

TCP+SNI support arbitrary large Client Hello #423

Merged
merged 3 commits into from
Feb 18, 2018

Commits on Jan 23, 2018

  1. TCP+SNI support arbitrary large Client Hello

    Use the TLS data to calculate the length of the Client Hello
    message so that arbitrary large messages are supported. Previoulsy
    messages larger than 1024 bytes failed due to a fixed size buffer.
    Note that a Client Hello message must still fit in one TLS record.
    
    The code for parsing the TLS data has been moved around
    a bit to ease unit testing.
    DanSipola committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    75c23f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2018

  1. Address review comments

    DanSipola committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    cfbb0cd View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2018

  1. Address review comments

    DanSipola committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    9126048 View commit details
    Browse the repository at this point in the history