[jboss-jira] [JBoss JIRA] (WFLY-10900) Update BouncyCastle Module
Brian Stansberry (JIRA)
issues at jboss.org
Wed Aug 22 10:53:00 EDT 2018
[ https://issues.jboss.org/browse/WFLY-10900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13622707#comment-13622707 ]
Brian Stansberry commented on WFLY-10900:
-----------------------------------------
FWIW, other than deprecated federation subsystem, use all ties back to WS / JAXRS:
{code}
$ git grep bouncy | grep module.xml
feature-pack/src/main/resources/modules/system/layers/base/org/bouncycastle/main/module.xml:<module xmlns="urn:jboss:module:1.8" name="org.bouncycastle">
feature-pack/src/main/resources/modules/system/layers/base/org/bouncycastle/main/module.xml: <artifact name="${org.bouncycastle:bcprov-jdk15on}"/>
feature-pack/src/main/resources/modules/system/layers/base/org/bouncycastle/main/module.xml: <artifact name="${org.bouncycastle:bcmail-jdk15on}"/>
feature-pack/src/main/resources/modules/system/layers/base/org/bouncycastle/main/module.xml: <artifact name="${org.bouncycastle:bcpkix-jdk15on}"/>
feature-pack/src/main/resources/modules/system/layers/base/org/bouncycastle/main/module.xml: <with-class name="org.bouncycastle.jce.provider.BouncyCastleProvider"/>
feature-pack/src/main/resources/modules/system/layers/base/org/bouncycastle/main/module.xml: <with-class name="org.bouncycastle.pqc.jcajce.provider.BouncyCastlePQCProvider"/>
feature-pack/src/main/resources/modules/system/layers/base/org/jboss/as/webservices/server/integration/main/module.xml: <module name="org.bouncycastle" export="true"/>
feature-pack/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-crypto/main/module.xml: <module name="org.bouncycastle"/>
feature-pack/src/main/resources/modules/system/layers/base/org/jboss/ws/jaxws-client/main/module.xml: <module name="org.bouncycastle" />
feature-pack/src/main/resources/modules/system/layers/base/org/opensaml/main/module.xml: <module name="org.bouncycastle"/>
feature-pack/src/main/resources/modules/system/layers/base/org/picketlink/federation/main/module.xml: <module name="org.bouncycastle" />
taozi:wildfly bstansberry$ git grep org.opensaml | grep module.xml
feature-pack/src/main/resources/modules/system/layers/base/org/apache/cxf/impl/main/module.xml: <module name="org.opensaml" />
feature-pack/src/main/resources/modules/system/layers/base/org/apache/cxf/services-sts/main/module.xml: <module name="org.opensaml" />
feature-pack/src/main/resources/modules/system/layers/base/org/apache/cxf/ws-security/main/module.xml: <module name="org.opensaml" />
feature-pack/src/main/resources/modules/system/layers/base/org/apache/ws/security/main/module.xml: <module name="org.opensaml" />
feature-pack/src/main/resources/modules/system/layers/base/org/opensaml/main/module.xml:<module xmlns="urn:jboss:module:1.5" name="org.opensaml">
feature-pack/src/main/resources/modules/system/layers/base/org/opensaml/main/module.xml: <artifact name="${org.opensaml:opensaml-core}"/>
feature-pack/src/main/resources/modules/system/layers/base/org/opensaml/main/module.xml: <artifact name="${org.opensaml:opensaml-profile-api}"/>
feature-pack/src/main/resources/modules/system/layers/base/org/opensaml/main/module.xml: <artifact name="${org.opensaml:opensaml-saml-api}"/>
feature-pack/src/main/resources/modules/system/layers/base/org/opensaml/main/module.xml: <artifact name="${org.opensaml:opensaml-saml-impl}"/>
feature-pack/src/main/resources/modules/system/layers/base/org/opensaml/main/module.xml: <artifact name="${org.opensaml:opensaml-security-api}"/>
feature-pack/src/main/resources/modules/system/layers/base/org/opensaml/main/module.xml: <artifact name="${org.opensaml:opensaml-security-impl}"/>
feature-pack/src/main/resources/modules/system/layers/base/org/opensaml/main/module.xml: <artifact name="${org.opensaml:opensaml-soap-api}"/>
feature-pack/src/main/resources/modules/system/layers/base/org/opensaml/main/module.xml: <artifact name="${org.opensaml:opensaml-xacml-api}"/>
feature-pack/src/main/resources/modules/system/layers/base/org/opensaml/main/module.xml: <artifact name="${org.opensaml:opensaml-xacml-impl}"/>
feature-pack/src/main/resources/modules/system/layers/base/org/opensaml/main/module.xml: <artifact name="${org.opensaml:opensaml-xacml-saml-api}"/>
feature-pack/src/main/resources/modules/system/layers/base/org/opensaml/main/module.xml: <artifact name="${org.opensaml:opensaml-xacml-saml-impl}"/>
feature-pack/src/main/resources/modules/system/layers/base/org/opensaml/main/module.xml: <artifact name="${org.opensaml:opensaml-xmlsec-api}"/>
feature-pack/src/main/resources/modules/system/layers/base/org/opensaml/main/module.xml: <artifact name="${org.opensaml:opensaml-xmlsec-impl}"/>
{code}
> Update BouncyCastle Module
> --------------------------
>
> Key: WFLY-10900
> URL: https://issues.jboss.org/browse/WFLY-10900
> Project: WildFly
> Issue Type: Component Upgrade
> Affects Versions: 14.0.0.Beta2
> Reporter: Andrey Grigoriev
> Assignee: Jason Greene
>
> Please update BouncyCastle module to version 1.60
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list