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

*: support TLS cipher suite whitelist #9801

Merged
merged 8 commits into from
Jun 5, 2018
Merged

Commits on Jun 5, 2018

  1. pkg/tlsutil: add "GetCipherSuite"

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    67313ff View commit details
    Browse the repository at this point in the history
  2. pkg/transport: add "TLSInfo.CipherSuites" field

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    3fb9cc8 View commit details
    Browse the repository at this point in the history
  3. integration: test client-side TLS cipher suites

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    917d40c View commit details
    Browse the repository at this point in the history
  4. embed: support custom cipher suites

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    3125c0c View commit details
    Browse the repository at this point in the history
  5. etcdmain: add "--cipher-suites" flag

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    abffe0d View commit details
    Browse the repository at this point in the history
  6. tests/e2e: test client-side cipher suites with curl

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    d82f726 View commit details
    Browse the repository at this point in the history
  7. CHANGELOG: highlight custom cipher suite feature

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    96e8cff View commit details
    Browse the repository at this point in the history
  8. Documentation/op-guide: document "--cipher-suites"

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