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 reload when cert includes only IPs (no domain names in SAN field) #9570

Merged
merged 11 commits into from
Apr 16, 2018

Commits on Apr 13, 2018

  1. integration: fix httptest TLS server start

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    3d3ba8b View commit details
    Browse the repository at this point in the history
  2. integration/fixtures: add IP only certs

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    334affa View commit details
    Browse the repository at this point in the history
  3. integration/fixtures-expired: add IP only certs

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    72e23a2 View commit details
    Browse the repository at this point in the history
  4. integration: add IP only TLSInfos

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    233af4b View commit details
    Browse the repository at this point in the history
  5. integration: add "TestTLSReloadCopyIPOnly"

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    6ab9776 View commit details
    Browse the repository at this point in the history
  6. Revert "integration: fix httptest TLS server start"

    This reverts commit 3d3ba8b.
    gyuho committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    b705f6f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    88c078d View commit details
    Browse the repository at this point in the history
  8. integration: re-overwrite "httptest.Server" TLS.Certificates

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    68802b3 View commit details
    Browse the repository at this point in the history
  9. pkg/transport: document how TLS reload works with IP only certs

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    3f8d173 View commit details
    Browse the repository at this point in the history
  10. Documentation/op-guide: explain TLS reload fix

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    ca86dae View commit details
    Browse the repository at this point in the history
  11. CHANGELOG: highlight TLS reload fixes

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    0b0a943 View commit details
    Browse the repository at this point in the history