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

tls: allow renegotiation when acting as a client. #3551

Merged
merged 4 commits into from
Jun 11, 2018

Commits on Jun 5, 2018

  1. tls: allow renegotiation when acting as a client.

    *Risk Level*: Low
    *Testing*: Manual (BoringSSL doesn't support renegotiation when acting as a server)
    *Docs Changes*: Added
    *Release Notes*: Added
    
    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    e2f33e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2018

  1. review: add warning to the docs.

    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    de9b152 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into PiotrSikora/client_…

    …renegotiate
    
    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    7b05d87 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2018

  1. review: add bunch of tests with allowed (but unused) client renegotia…

    …tion.
    
    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Jun 9, 2018
    Configuration menu
    Copy the full SHA
    3f489fd View commit details
    Browse the repository at this point in the history