[jbossws-commits] JBossWS SVN: r4924 - in stack/native/branches/asoldano/trunk/src/test/resources/interop/nov2007/wsse/encrypt: WEB-INF and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Oct 29 12:54:19 EDT 2007


Author: alessio.soldano at jboss.com
Date: 2007-10-29 12:54:19 -0400 (Mon, 29 Oct 2007)
New Revision: 4924

Modified:
   stack/native/branches/asoldano/trunk/src/test/resources/interop/nov2007/wsse/encrypt/META-INF/jboss-wsse-client.xml
   stack/native/branches/asoldano/trunk/src/test/resources/interop/nov2007/wsse/encrypt/WEB-INF/jboss-wsse-server.xml
Log:
WCF interop tests, wsse scenario 3.3 usign RSA-OAEP. Also test for [JBWS-1874].


Modified: stack/native/branches/asoldano/trunk/src/test/resources/interop/nov2007/wsse/encrypt/META-INF/jboss-wsse-client.xml
===================================================================
--- stack/native/branches/asoldano/trunk/src/test/resources/interop/nov2007/wsse/encrypt/META-INF/jboss-wsse-client.xml	2007-10-29 16:52:50 UTC (rev 4923)
+++ stack/native/branches/asoldano/trunk/src/test/resources/interop/nov2007/wsse/encrypt/META-INF/jboss-wsse-client.xml	2007-10-29 16:54:19 UTC (rev 4924)
@@ -5,7 +5,7 @@
   <config>
   	<timestamp ttl="300"/>
   	<sign type="x509v3" alias="1" includeTimestamp="true"/>
-    <encrypt type="x509v3" alias="bob" algorithm="aes-256"/>
+    <encrypt type="x509v3" alias="bob" algorithm="aes-256" keyWrapAlgorithm="rsa_oaep"/>
     <requires>
       <signature/>
       <encryption/>

Modified: stack/native/branches/asoldano/trunk/src/test/resources/interop/nov2007/wsse/encrypt/WEB-INF/jboss-wsse-server.xml
===================================================================
--- stack/native/branches/asoldano/trunk/src/test/resources/interop/nov2007/wsse/encrypt/WEB-INF/jboss-wsse-server.xml	2007-10-29 16:52:50 UTC (rev 4923)
+++ stack/native/branches/asoldano/trunk/src/test/resources/interop/nov2007/wsse/encrypt/WEB-INF/jboss-wsse-server.xml	2007-10-29 16:54:19 UTC (rev 4924)
@@ -11,7 +11,7 @@
 	<config>
 		<timestamp ttl="300"/>
 		<sign type="x509v3" alias="1" includeTimestamp="true"/>
-		<encrypt type="x509v3" alias="alice" algorithm="aes-256"/>
+		<encrypt type="x509v3" alias="alice" algorithm="aes-256" keyWrapAlgorithm="rsa_oaep"/>
       	<requires>
         	<signature/>
         	<encryption/>      




More information about the jbossws-commits mailing list