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

Fix TLS events #177

Merged
merged 12 commits into from
Nov 3, 2014
Merged

Fix TLS events #177

merged 12 commits into from
Nov 3, 2014

Commits on Oct 29, 2014

  1. Configuration menu
    Copy the full SHA
    aa74adb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cfbcf9 View commit details
    Browse the repository at this point in the history
  3. Export TLSConfig in Client

    Anyone who needs to override HTTPClient.Transport for TLS will also need to set,
    TLSConfig to support event monitoring, so let's export it
    md5 committed Oct 29, 2014
    Configuration menu
    Copy the full SHA
    2ac21f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b41a10e View commit details
    Browse the repository at this point in the history
  5. Add a test for TLS events

    md5 committed Oct 29, 2014
    Configuration menu
    Copy the full SHA
    cc31f2e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    38bf6b3 View commit details
    Browse the repository at this point in the history
  7. Use mutual auth in TLS events test

    The PEM files here were generated for the test and are no longer in use
    md5 committed Oct 29, 2014
    Configuration menu
    Copy the full SHA
    038fc02 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2014

  1. Use HTTP for port 2736

    md5 committed Oct 31, 2014
    Configuration menu
    Copy the full SHA
    0737d64 View commit details
    Browse the repository at this point in the history
  2. Add test for port 2736 behavior

    md5 committed Oct 31, 2014
    Configuration menu
    Copy the full SHA
    58346aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c041a73 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2014

  1. Use net.SplitHostPort

    md5 committed Nov 3, 2014
    Configuration menu
    Copy the full SHA
    17a9bc5 View commit details
    Browse the repository at this point in the history
  2. Fix test name typo

    md5 committed Nov 3, 2014
    Configuration menu
    Copy the full SHA
    913a9b7 View commit details
    Browse the repository at this point in the history