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

Add support TLS renegotiation #5353

Merged
merged 1 commit into from
Oct 9, 2017

Conversation

andrewkroh
Copy link
Member

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

@andrewkroh andrewkroh added enhancement libbeat needs_backport PR is waiting to be backported to other branches. labels Oct 6, 2017
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
@andrewkroh andrewkroh force-pushed the feature/tls-renegotiation branch from 0ac97a8 to c76570f Compare October 6, 2017 22:08
@ruflin ruflin merged commit 28cee61 into elastic:master Oct 9, 2017
andrewkroh added a commit to andrewkroh/beats that referenced this pull request Oct 9, 2017
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 andrewkroh removed the needs_backport PR is waiting to be backported to other branches. label Oct 9, 2017
exekias pushed a commit that referenced this pull request Oct 10, 2017
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

(cherry picked from commit 28cee61)
@andrewkroh andrewkroh deleted the feature/tls-renegotiation branch December 14, 2017 21:27
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