[jbossws-commits] JBossWS SVN: r16014 - in stack/native/branches/jbossws-native-3.1.2/modules/testsuite/native-tests/src/test/resources/jaxws/samples/wssecurity/simple-encrypt: WEB-INF and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Mar 23 07:18:40 EDT 2012


Author: alessio.soldano at jboss.com
Date: 2012-03-23 07:18:39 -0400 (Fri, 23 Mar 2012)
New Revision: 16014

Modified:
   stack/native/branches/jbossws-native-3.1.2/modules/testsuite/native-tests/src/test/resources/jaxws/samples/wssecurity/simple-encrypt/META-INF/jboss-wsse-client.xml
   stack/native/branches/jbossws-native-3.1.2/modules/testsuite/native-tests/src/test/resources/jaxws/samples/wssecurity/simple-encrypt/WEB-INF/jboss-wsse-server.xml
Log:
[JBPAPP-7599] Make the SimpleEncryptTestCase use aes-gcm192 now that the default for native stack has been restored


Modified: stack/native/branches/jbossws-native-3.1.2/modules/testsuite/native-tests/src/test/resources/jaxws/samples/wssecurity/simple-encrypt/META-INF/jboss-wsse-client.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.2/modules/testsuite/native-tests/src/test/resources/jaxws/samples/wssecurity/simple-encrypt/META-INF/jboss-wsse-client.xml	2012-03-23 10:27:23 UTC (rev 16013)
+++ stack/native/branches/jbossws-native-3.1.2/modules/testsuite/native-tests/src/test/resources/jaxws/samples/wssecurity/simple-encrypt/META-INF/jboss-wsse-client.xml	2012-03-23 11:18:39 UTC (rev 16014)
@@ -3,7 +3,7 @@
 <jboss-ws-security xmlns="http://www.jboss.com/ws-security/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://www.jboss.com/ws-security/config http://www.jboss.com/ws-security/schema/jboss-ws-security_1_0.xsd">
   <config>
-    <encrypt type="x509v3" alias="wsse"/>
+    <encrypt type="x509v3" algorithm="aes-192-gcm" alias="wsse"/>
     <requires>
       <encryption/>
     </requires>

Modified: stack/native/branches/jbossws-native-3.1.2/modules/testsuite/native-tests/src/test/resources/jaxws/samples/wssecurity/simple-encrypt/WEB-INF/jboss-wsse-server.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.2/modules/testsuite/native-tests/src/test/resources/jaxws/samples/wssecurity/simple-encrypt/WEB-INF/jboss-wsse-server.xml	2012-03-23 10:27:23 UTC (rev 16013)
+++ stack/native/branches/jbossws-native-3.1.2/modules/testsuite/native-tests/src/test/resources/jaxws/samples/wssecurity/simple-encrypt/WEB-INF/jboss-wsse-server.xml	2012-03-23 11:18:39 UTC (rev 16014)
@@ -7,7 +7,7 @@
   <trust-store-file>WEB-INF/wsse.truststore</trust-store-file>
   <trust-store-password>jbossws</trust-store-password>
   <config>
-    <encrypt type="x509v3" alias="wsse"/>
+    <encrypt type="x509v3" algorithm="aes-192-gcm" alias="wsse"/>
     <requires>
       <encryption/>
     </requires>



More information about the jbossws-commits mailing list