]
Darran Lofthouse moved WFLY-12731 to WFCORE-4737:
-------------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-4737 (was: WFLY-12731)
Component/s: Security
(was: Security)
Affects Version/s: (was: 18.0.0.Final)
The 'enabled-protocols' value in legacy security is not
respected if OpenSSL security provider is in use
--------------------------------------------------------------------------------------------------------
Key: WFCORE-4737
URL:
https://issues.jboss.org/browse/WFCORE-4737
Project: WildFly Core
Issue Type: Bug
Components: Security
Environment: {code}
$ java -version
openjdk version "1.8.0_222"
OpenJDK Runtime Environment (build 1.8.0_222-b10)
OpenJDK 64-Bit Server VM (build 25.222-b10, mixed mode)
$ openssl version
OpenSSL 1.1.1d FIPS 10 Sep 2019
$ uname -r
5.3.6-200.fc30.x86_64
{code}
Reporter: Jan Stourac
Priority: Major
The 'enabled-protocols' attribute in legacy security seems not to be working if
'openssl.TLS' provider is in use. If regular JSSE provider with 'TLS'
value is in use, it is working just fine, although not in case 'openssl.TLS'. See
more info in reproduction steps.