[jboss-jira] [JBoss JIRA] (JGRP-2484) SSL_KEY_EXCHANGE: Add support for WildFly OpenSSL

Bela Ban (Jira) issues at jboss.org
Wed Jul 1 05:43:02 EDT 2020


    [ https://issues.redhat.com/browse/JGRP-2484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14184228#comment-14184228 ] 

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)



More information about the jboss-jira mailing list