[jbossws-commits] JBossWS SVN: r4904 - stack/native/branches/asoldano/trunk/src/test/resources/interop/nov2007/wsse/shared/META-INF.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Sat Oct 27 13:07:59 EDT 2007


Author: alessio.soldano at jboss.com
Date: 2007-10-27 13:07:58 -0400 (Sat, 27 Oct 2007)
New Revision: 4904

Added:
   stack/native/branches/asoldano/trunk/src/test/resources/interop/nov2007/wsse/shared/META-INF/alice-sign.jks
   stack/native/branches/asoldano/trunk/src/test/resources/interop/nov2007/wsse/shared/META-INF/alice-sign_enc.jks
   stack/native/branches/asoldano/trunk/src/test/resources/interop/nov2007/wsse/shared/META-INF/bob-sign.jks
   stack/native/branches/asoldano/trunk/src/test/resources/interop/nov2007/wsse/shared/META-INF/bob-sign_enc.jks
Removed:
   stack/native/branches/asoldano/trunk/src/test/resources/interop/nov2007/wsse/shared/META-INF/alice.jks
   stack/native/branches/asoldano/trunk/src/test/resources/interop/nov2007/wsse/shared/META-INF/bob.jks
Modified:
   stack/native/branches/asoldano/trunk/src/test/resources/interop/nov2007/wsse/shared/META-INF/readme.txt
Log:
Always use jks keystores


Added: stack/native/branches/asoldano/trunk/src/test/resources/interop/nov2007/wsse/shared/META-INF/alice-sign.jks
===================================================================
(Binary files differ)


Property changes on: stack/native/branches/asoldano/trunk/src/test/resources/interop/nov2007/wsse/shared/META-INF/alice-sign.jks
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: stack/native/branches/asoldano/trunk/src/test/resources/interop/nov2007/wsse/shared/META-INF/alice-sign_enc.jks
===================================================================
(Binary files differ)


Property changes on: stack/native/branches/asoldano/trunk/src/test/resources/interop/nov2007/wsse/shared/META-INF/alice-sign_enc.jks
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Deleted: stack/native/branches/asoldano/trunk/src/test/resources/interop/nov2007/wsse/shared/META-INF/alice.jks
===================================================================
(Binary files differ)

Added: stack/native/branches/asoldano/trunk/src/test/resources/interop/nov2007/wsse/shared/META-INF/bob-sign.jks
===================================================================
(Binary files differ)


Property changes on: stack/native/branches/asoldano/trunk/src/test/resources/interop/nov2007/wsse/shared/META-INF/bob-sign.jks
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: stack/native/branches/asoldano/trunk/src/test/resources/interop/nov2007/wsse/shared/META-INF/bob-sign_enc.jks
===================================================================
(Binary files differ)


Property changes on: stack/native/branches/asoldano/trunk/src/test/resources/interop/nov2007/wsse/shared/META-INF/bob-sign_enc.jks
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Deleted: stack/native/branches/asoldano/trunk/src/test/resources/interop/nov2007/wsse/shared/META-INF/bob.jks
===================================================================
(Binary files differ)

Modified: stack/native/branches/asoldano/trunk/src/test/resources/interop/nov2007/wsse/shared/META-INF/readme.txt
===================================================================
--- stack/native/branches/asoldano/trunk/src/test/resources/interop/nov2007/wsse/shared/META-INF/readme.txt	2007-10-27 16:31:49 UTC (rev 4903)
+++ stack/native/branches/asoldano/trunk/src/test/resources/interop/nov2007/wsse/shared/META-INF/readme.txt	2007-10-27 17:07:58 UTC (rev 4904)
@@ -1,6 +1,22 @@
-Certificates and keystores contents
------------------------------------
+ ------------------------------------
+       Certificates & keystores
+ -------------------------------------
 
+
+			Alice - Client				Bob - Server
+
+Signature
+-> Keystore		alice-sign.jks				bob-sign.jks
+-> Truststore		wsse10.truststore			wsse10.truststore
+
+
+Signature+Encrypt
+-> Keystore		alice-sign_enc.jks			bob-sign_enc.jks
+-> Truststore		wsse10.truststore			wsse10.truststore
+
+
+
+
 > keytool -printcert -file Alice.cer 
 
 Proprietario: CN=Alice, OU=OASIS Interop Test Cert, O=OASIS
@@ -66,12 +82,26 @@
 
 
 --------------------------------------------------------------------------------------
-> keytool -list -keystore alice.jks 
+> keytool -list -keystore alice-sign.jks 
 Immettere la password del keystore:  password
 
 Tipo keystore: jks
 Provider keystore: SUN
 
+Il keystore contiene 1 entry
+
+1, 27-ott-2007, keyEntry,
+Impronta digitale certificato (MD5):
+57:CE:81:F1:03:C4:2C:F7:5B:1A:DE:AC:43:64:0A:84
+
+
+--------------------------------------------------------------------------------------
+> keytool -list -keystore alice-sign_enc.jks 
+Immettere la password del keystore:  password
+
+Tipo keystore: jks
+Provider keystore: SUN
+
 Il keystore contiene 2 entry
 
 1, 27-ott-2007, keyEntry,
@@ -83,12 +113,26 @@
 
 
 --------------------------------------------------------------------------------------
-> keytool -list -keystore bob.jks 
+> keytool -list -keystore bob-sign.jks 
 Immettere la password del keystore:  password
 
 Tipo keystore: jks
 Provider keystore: SUN
 
+Il keystore contiene 1 entry
+
+1, 27-ott-2007, keyEntry,
+Impronta digitale certificato (MD5):
+89:3E:86:D2:4F:9C:E7:39:B6:71:8A:EF:00:C5:89:DC
+
+
+--------------------------------------------------------------------------------------
+> keytool -list -keystore bob-sign_enc.jks 
+Immettere la password del keystore:  password
+
+Tipo keystore: jks
+Provider keystore: SUN
+
 Il keystore contiene 2 entry
 
 alice, 27-ott-2007, trustedCertEntry,




More information about the jbossws-commits mailing list