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

Post handshake auth #350

Merged
merged 8 commits into from
Nov 27, 2019
Merged

Post handshake auth #350

merged 8 commits into from
Nov 27, 2019

Commits on Nov 26, 2019

  1. Configuration menu
    Copy the full SHA
    a789b3f View commit details
    Browse the repository at this point in the history
  2. handling PHA in server

    tomato42 committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    f7c0749 View commit details
    Browse the repository at this point in the history
  3. tls.py: add support for PHA

    tomato42 committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    4113029 View commit details
    Browse the repository at this point in the history
  4. allow reading 0 bytes from socket

    since to trigger and finish PHA the client and server needs to read
    from socket, allow reading 0 bytes, just to trigger buffer processing
    tomato42 committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    d66f53a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a609453 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6bf3c8b View commit details
    Browse the repository at this point in the history
  7. ensure that negative tests fail

    small cleanup in tlstest.py
    tomato42 committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    4fc0981 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    114cdd5 View commit details
    Browse the repository at this point in the history