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

Cherry-pick #5353 to 5.6: Add support TLS renegotiation #5360

Merged
merged 1 commit into from
Oct 10, 2017

Conversation

andrewkroh
Copy link
Member

Cherry-pick of PR #5353 to 5.6 branch. Original message:

This PR adds support for enabling TLS renegotiation. The setting is ssl.renegotiation and the options are never (default), once, and freely. This exposes the three options from https://golang.org/pkg/crypto/tls/#RenegotiationSupport.

Fixes #4386

This PR adds support for enabling TLS renegotiation. The setting is `ssl.renegotiation` and the options are `never` (default), `once`, and `freely`. This exposes the three options from https://golang.org/pkg/crypto/tls/#RenegotiationSupport.

Fixes elastic#4386

(cherry picked from commit 28cee61)
@andrewkroh
Copy link
Member Author

The beats-ci failure is unrelated to the changes (it's the packetbeat 5x python tests on windows).

@exekias exekias merged commit 74a8e07 into elastic:5.6 Oct 10, 2017
@andrewkroh andrewkroh deleted the backport_5353_5.6 branch October 23, 2017 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants