GitHub user szaboferee opened a pull request:
https://github.com/apache/flume/pull/230
FLUME-3182 add support for SSL/TLS for syslog (tcp) sources
Adding SSL/TLS support for syslog and multi port syslog sources
This change also contains some refactoring to avoid code duplication in
sources with SSL/TLS support
As SSL/TLS handling is refactored it is convinient to
add the possibility to specify enabled protocol list FLUME-3275 and
add the possibility to specify enabled cipher suite list FLUME-3276
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/szaboferee/flume FLUME-3182
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flume/pull/230.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #230
----
commit 4336dcfc53ad86e11f101c9ac225b74ac9ebe7aa
Author: Ferenc Szabo <szaboferee@...>
Date: 2018-10-11T11:33:40Z
FLUME-3182 add support for SSL/TLS for syslog (tcp) sources
Adding SSL/TLS support for syslog and multi port syslog sources
This change also contains some refactoring to avoid code duplication in
sources with SSL/TLS support
As SSL/TLS handling is refactored it is convinient to
add the possibility to specify enabled protocol list FLUME-3275 and
add the possibility to specify enabled cipher suite list FLUME-3276
----
---