[JBoss JIRA] (ELY-1369) FIPS mode, Elytron HTTP DIGEST authentication mechanism not fips compliant
by Jan Kalina (JIRA)
[ https://issues.jboss.org/browse/ELY-1369?page=com.atlassian.jira.plugin.s... ]
Jan Kalina edited comment on ELY-1369 at 1/8/18 12:24 PM:
----------------------------------------------------------
[~mchoma] yes ( btw, more auth-methods in web.xml delimited by comma: )
{code}<auth-method>DIGEST-SHA-256,DIGEST-SHA-512-256,BASIC</auth-method>{code}
was (Author: honza889):
[~mchoma] yes (btw, more auth-methods in web.xml delimited by comma:)
{code}<auth-method>DIGEST-SHA-256,DIGEST-SHA-512-256,BASIC</auth-method>{code}
> FIPS mode, Elytron HTTP DIGEST authentication mechanism not fips compliant
> --------------------------------------------------------------------------
>
> Key: ELY-1369
> URL: https://issues.jboss.org/browse/ELY-1369
> Project: WildFly Elytron
> Issue Type: Bug
> Components: HTTP
> Affects Versions: 1.2.0.Beta3
> Reporter: Jan Kalina
> Assignee: Jan Kalina
> Fix For: 1.2.0.Beta11
>
>
> Elytron HTTP DIGEST authentication comply to rfc2617 - which means MD5 is used by default (it means it is hardcode, with no way to configure another hash algorithm). But MD5 could make troubles in fips environment [5].
> {code:java|title=DigestAuthenticationMechanism.java}
> String algorithm = convertToken(ALGORITHM, responseTokens.get(ALGORITHM));
> if (MD5.equals(algorithm) == false) {
> throw log.mechUnsupportedAlgorithm(getMechanismName(), algorithm);
> }
> {code}
> There exists proposed rfc7616 which makes algorithm configurable, work on new DIGEST features are covered by [1]. [~dlofthouse] is it planned for [1] to target 7.1?
> [1] https://issues.jboss.org/browse/ELY-286
> [2] https://developer.jboss.org/wiki/ElytronHTTPDigestNonceHandling-Design
> [3] https://tools.ietf.org/html/rfc2617
> [4] https://tools.ietf.org/html/rfc7616
> [5] https://access.redhat.com/support/cases/#/case/01761455
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 4 months
[JBoss JIRA] (WFLY-5410) jboss-web_10_0.xsd is inccorect
by ehsavoie Hugonnet (JIRA)
[ https://issues.jboss.org/browse/WFLY-5410?page=com.atlassian.jira.plugin.... ]
ehsavoie Hugonnet resolved WFLY-5410.
-------------------------------------
Resolution: Done
> jboss-web_10_0.xsd is inccorect
> -------------------------------
>
> Key: WFLY-5410
> URL: https://issues.jboss.org/browse/WFLY-5410
> Project: WildFly
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 10.0.0.CR2
> Reporter: ehsavoie Hugonnet
> Assignee: ehsavoie Hugonnet
>
> jboss-web_10_0.xsd requires an extension of javaee 7 xsd in the jboss namespace for <xsd:group ref="jboss:jndiEnvironmentRefsGroup"/>.
> This was in jboss_commons_6_0.xsd for Javaee 6 so we need to have a similar schema for Javaee 7and import it in jboss-web_10_0.xsd.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 4 months
[JBoss JIRA] (WFLY-5410) jboss-web_10_0.xsd is inccorect
by ehsavoie Hugonnet (JIRA)
[ https://issues.jboss.org/browse/WFLY-5410?page=com.atlassian.jira.plugin.... ]
ehsavoie Hugonnet edited comment on WFLY-5410 at 1/8/18 11:43 AM:
------------------------------------------------------------------
Was fixed in jboss-web_10_1.xsd as released schemas are not to be updated.
was (Author: ehugonnet):
Was fixed in jboss-web_10_1.xsd
> jboss-web_10_0.xsd is inccorect
> -------------------------------
>
> Key: WFLY-5410
> URL: https://issues.jboss.org/browse/WFLY-5410
> Project: WildFly
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 10.0.0.CR2
> Reporter: ehsavoie Hugonnet
> Assignee: Eduardo Martins
>
> jboss-web_10_0.xsd requires an extension of javaee 7 xsd in the jboss namespace for <xsd:group ref="jboss:jndiEnvironmentRefsGroup"/>.
> This was in jboss_commons_6_0.xsd for Javaee 6 so we need to have a similar schema for Javaee 7and import it in jboss-web_10_0.xsd.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 4 months