- Notifications
You must be signed in to change notification settings - Fork 30
Feat: ssl_supported_protocols (TLSv1.3) #47
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
Merged
Merged
Changes from 24 commits
Commits
Show all changes
29 commits Select commit Hold shift + click to select a range
880d77a Refactor: review/normalize (exception) logging
kares d315921 Refactor: code for improved readability
kares ce5a90c Test: add some happy/error path tests
kares 30ddbe7 a close operation should release client sockets
kares 87afddc Feat: ssl_supported_protocols option
kares dd4072f Refactor: less noise on warnings
kares 4490a22 Docs: copy-pasta for ssl_supported_protocols
kares 33b61ae jruby-openssl >= 0.12.2 dependency needed
kares 7cae392 minor
kares 63e7813 Test: unit test for ssl_supported_protocols
kares 5909151 a note on the current limitation
kares 3cca9ea Test: JSON dependency
kares d391254 Test: let's just skip the test on 6.x
kares dbdf66d Revert test container detection hack
kares 3737657 bump + changelog
kares b2210b6 require latest LS 8.1 due jruby-openssl pinning
kares 0c94ec0 redundant docs related to Java 8
kares 0d68ece one only
kares 53e138d Update lib/logstash/outputs/tcp.rb
kares d5b7dc3 remove limitation on setting only ranges
kares 1193e63 might happen multiple times
kares c063e2e close em all!
kares 051ae4c Refactor: logging helpers to do ~ same
kares 69115c2 (more) thread-safe closing of client threads
kares b775674 nonblock accept - to not be waiting while closing
kares 7b4d61f a bit of thead naming convention - yay!
kares c4f1628 Update lib/logstash/outputs/tcp.rb
kares 656a9af restore filtering out dead threads from i-var
kares 5481865 Review: use pipeline_id when naming threads
kares File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,8 @@ | ||
| import: | ||
| - logstash-plugins/.ci:travis/travis.yml@1.x | ||
| - logstash-plugins/.ci:travis/defaults.yml@1.x | ||
| - logstash-plugins/.ci:travis/exec.yml@1.x | ||
| | ||
| env: | ||
| jobs: | ||
| - ELASTIC_STACK_VERSION=8.x | ||
| - SNAPSHOT=true ELASTIC_STACK_VERSION=8.x |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.