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

Proxy: Add TLS client infrastructure. #1158

Merged
merged 9 commits into from
Jun 20, 2018
Merged

Proxy: Add TLS client infrastructure. #1158

merged 9 commits into from
Jun 20, 2018

Commits on Jun 19, 2018

  1. Move TLS cipher suite configuration to tls::config.

    Signed-off-by: Brian Smith <brian@briansmith.org>
    briansmith committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    592a976 View commit details
    Browse the repository at this point in the history
  2. Proxy: Add TLS client infrastructure.

    Use the same configuration to act as a client and a server.
    
    Signed-off-by: Brian Smith <brian@briansmith.org>
    briansmith committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    677e28b View commit details
    Browse the repository at this point in the history
  3. Use named future for server side TLS upgrade too.

    Signed-off-by: Brian Smith <brian@briansmith.org>
    briansmith committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    57dc99a View commit details
    Browse the repository at this point in the history
  4. Refactor TLS configuration extraction from watches.

    Signed-off-by: Brian Smith <brian@briansmith.org>
    briansmith committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    b90eff6 View commit details
    Browse the repository at this point in the history
  5. Fix benchmarks.

    Signed-off-by: Brian Smith <brian@briansmith.org>
    briansmith committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    9fa7d6d View commit details
    Browse the repository at this point in the history
  6. rustfmt proxy/src/conditional.rs.

    Signed-off-by: Brian Smith <brian@briansmith.org>
    briansmith committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    ba9d2e6 View commit details
    Browse the repository at this point in the history
  7. Simplify TLS client connection future.

    Signed-off-by: Brian Smith <brian@briansmith.org>
    briansmith committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    d90dad9 View commit details
    Browse the repository at this point in the history
  8. Clarify construction of TlsStatus from TLS client configuration.

    Signed-off-by: Brian Smith <brian@briansmith.org>
    briansmith committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    548e28c View commit details
    Browse the repository at this point in the history
  9. Denote the return type of TlsStatus::from as Self

    Signed-off-by: Brian Smith <brian@briansmith.org>
    briansmith committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    b005c80 View commit details
    Browse the repository at this point in the history