[
https://issues.redhat.com/browse/JGRP-2484?page=com.atlassian.jira.plugin...
]
Bela Ban edited comment on JGRP-2484 at 7/1/20 5:40 AM:
--------------------------------------------------------
I don't like the fact that we're importing openssl classes, can the following be
replaced by reflection?
{code:java}
OpenSSLProvider.register();
SSL.getInstance();
{code}
was (Author: belaban):
I don't like the fact that we're importing openssl classes, can the following be
replaced by reflection?
{{OpenSSLProvider.register();
SSL.getInstance();}}
SSL_KEY_EXCHANGE: Add support for WildFly OpenSSL
-------------------------------------------------
Key: JGRP-2484
URL:
https://issues.redhat.com/browse/JGRP-2484
Project: JGroups
Issue Type: Enhancement
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Priority: Major
Fix For: 5.0.0.Final
WildFly OpenSSL provides a high-performance implementation of SSLContext.
While SSL_KEY_EXCHANGE supports passing custom SSLContext instances through the
programmatic API, this is not possible through the declarative API.
It should be possible to detect the presence of WildFly OpenSSL on the classpath and use
it.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)