[
https://issues.apache.org/jira/browse/GEODE-2486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15867333#comment-15867333
]
ASF GitHub Bot commented on GEODE-2486:
---------------------------------------
GitHub user pivotal-jbarrett opened a pull request:
https://github.com/apache/geode-native/pull/11
GEODE-2486: Initialize OpenSSL for DEFAULT cipher support.
- Init SSLv23_client mode to support negotiation of all SSL/TLS
versions.
- Cleanup C++ style issues.
- Update tests to use NON-NULL cipher.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/pivotal-jbarrett/geode-native
feature/GEODE-2486
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/geode-native/pull/11.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 #11
----
commit ad8b5a83bac8d972d7ad46bbee201b056c1d436d
Author: Jacob Barrett <[email protected]>
Date: 2017-02-15T06:28:05Z
GEODE-2486: Initialize OpenSSL for DEFAULT cipher support.
- Init SSLv23_client mode to support negotiation of all SSL/TLS
versions.
- Cleanup C++ style issues.
- Update tests to use NON-NULL cipher.
----
> SSL ciphers other than NULL not supported
> -----------------------------------------
>
> Key: GEODE-2486
> URL: https://issues.apache.org/jira/browse/GEODE-2486
> Project: Geode
> Issue Type: Bug
> Components: native client
> Reporter: Jacob S. Barrett
>
> SSLImpl does not correctly initialize the OpenSSL library so ciphers other
> than the NULL cipher can be used.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)