Skip to content

Commit 52f0672

Browse files
committed
CYBS-737: BouncyCastle upgrade
1 parent a02c6a9 commit 52f0672

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Retry Pattern allows to retry sending a failed request and it will only work wit
231231
The Apache WSS4J project provides a Java implementation of the common primary security standards for Web Services, namely the OASIS Web Services Security (WS-Security) specifications from the OASIS Web Services Security TC.
232232
2. org.apache.wss4j:wss4j-ws-security-dom:2.4.1
233233
WSS4J 2.0.0 introduces a streaming (StAX-based) WS-Security implementation to complement the existing DOM-based implementation. The DOM-based implementation is quite performant and flexible, but suffers from having to read the entire XML tree into memory. For large SOAP requests this can have a detrimental impact on performance. In addition, for web services stacks such as Apache CXF which are streaming-based, it carries an additional performance penalty of having to explicitly convert the request stream to a DOM Element.
234-
3. org.bouncycastle:bcprov-jdk15on:1.67
234+
3. org.bouncycastle:bcprov-jdk15on:1.70
235235
This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 to JDK 1.8.
236236
4. org.apache.santuario:xmlsec:2.3.0
237237
The XML Security project is aimed at providing implementation of security standards for XML,supports XML-Signature Syntax and Processing,XML Encryption Syntax and Processing, and supports XML Digital Signature APIs.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<xalan.version>2.7.2</xalan.version>
2929
<xmlsec.version>2.3.0</xmlsec.version>
3030
<httpclient.version>4.5.13</httpclient.version>
31-
<bouncycastle.version>1.67</bouncycastle.version>
31+
<bouncycastle.version>1.70</bouncycastle.version>
3232
<wss4j.version>2.4.1</wss4j.version>
3333
<commonlang3.version>3.4</commonlang3.version>
3434
<mockito.version>1.10.19</mockito.version>

zip/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ Config parameter for this property is 'retryInterval' in cybs.property file. The
248248
2.) org.apache.wss4j:wss4j-ws-security-dom:2.4.1
249249
WSS4J 2.0.0 introduces a streaming (StAX-based) WS-Security implementation to complement the existing DOM-based implementation. The DOM-based implementation is quite performant and flexible, but suffers from having to read the entire XML tree into memory. For large SOAP requests this can have a detrimental impact on performance. In addition, for web services stacks such as Apache CXF which are streaming-based, it carries an additional performance penalty of having to explicitly convert the request stream to a DOM Element.
250250

251-
3.) org.bouncycastle:bcprov-jdk15on:1.61
251+
3.) org.bouncycastle:bcprov-jdk15on:1.70
252252
This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 to JDK 1.8.
253253

254254
4.) org.apache.santuario:xmlsec:2.3.0

0 commit comments

Comments
 (0)