[
https://issues.jboss.org/browse/ELY-647?page=com.atlassian.jira.plugin.sy...
]
Jan Kalina updated ELY-647:
---------------------------
Steps to Reproduce:
{code:java}CipherSuiteSelector.fromString("SSL_RSA_FIPS_WITH_3DES_EDE_CBC_SHA");{code}
(was: # Use standalone.xml from attachment
# update path to keystore (server-cert-key-rsa.jks)
# update path to trust store (ca-cert.jks)
)
MechanismDatabase create SSL_ aliases incompletely
--------------------------------------------------
Key: ELY-647
URL:
https://issues.jboss.org/browse/ELY-647
Project: WildFly Elytron
Issue Type: Bug
Components: SSL
Reporter: Jan Kalina
Assignee: Jan Kalina
Priority: Blocker
SSL MechanismDatabase should create alias for every TLS_* from SSL_*. It create them only
for direct entries, not for other aliases.
MechanismDatabase.properties contains for example:
{code:java}
TLS_RSA_FIPS_WITH_3DES_EDE_CBC_SHA = alias:TLS_RSA_WITH_3DES_EDE_CBC_SHA
{code}
The *TLS_RSA_FIPS_WITH_3DES_EDE_CBC_SHA* works ok, but
*SSL_RSA_FIPS_WITH_3DES_EDE_CBC_SHA* doesnt exist.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)