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

Bela Ban (Jira) issues at jboss.org
Fri Jul 3 07:36:21 EDT 2020


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

Bela Ban commented on JGRP-2484:
--------------------------------

Nope, still blocks:

{noformat}
java.lang.Thread.State: RUNNABLE
   [testng] 	at org.wildfly.openssl.SSLImpl.pendingWrittenBytesInBIO0(Native Method)
   [testng] 	at org.wildfly.openssl.SSLImpl.pendingWrittenBytesInBIO(SSLImpl.java:90)
   [testng] 	at org.wildfly.openssl.OpenSSLEngine.wrap(OpenSSLEngine.java:431)
   [testng] 	- locked <0x00000007cfbdcf18> (a org.wildfly.openssl.OpenSSLEngine)
   [testng] 	at javax.net.ssl.SSLEngine.wrap(java.base at 11.0.1/SSLEngine.java:479)
   [testng] 	at org.wildfly.openssl.OpenSSLSocket.runHandshake(OpenSSLSocket.java:291)
   [testng] 	at org.wildfly.openssl.OpenSSLSocket.startHandshake(OpenSSLSocket.java:210)
   [testng] 	at org.jgroups.protocols.SSL_KEY_EXCHANGE.accept(SSL_KEY_EXCHANGE.java:257)
   [testng] 	at org.jgroups.protocols.SSL_KEY_EXCHANGE$$Lambda$315/0x00000008004a1c40.run(Unknown Source)
   [testng] 	at org.jgroups.util.Runner.run(Runner.java:75)
   [testng] 	at java.lang.Thread.run(java.base at 11.0.1/Thread.java:834)
{noformat}

> 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