Author: spouliot
Date: 2005-06-14 13:50:23 -0400 (Tue, 14 Jun 2005)
New Revision: 45985

Added:
   trunk/mcs/class/Mono.Security/Test/tools/mutual/serveropt.sh
Modified:
   trunk/mcs/class/Mono.Security/Test/tools/mutual/ChangeLog
   trunk/mcs/class/Mono.Security/Test/tools/mutual/README
Log:
2005-06-14  Sebastien Pouliot  <[EMAIL PROTECTED]>

        * README: Add information about optional mutual authentication.
        * serveropt.sh: New. Server script to use OpenSSL to accept (but not
        require) client certificates.



Modified: trunk/mcs/class/Mono.Security/Test/tools/mutual/ChangeLog
===================================================================
--- trunk/mcs/class/Mono.Security/Test/tools/mutual/ChangeLog   2005-06-14 
17:45:51 UTC (rev 45984)
+++ trunk/mcs/class/Mono.Security/Test/tools/mutual/ChangeLog   2005-06-14 
17:50:23 UTC (rev 45985)
@@ -1,3 +1,9 @@
+2005-06-14  Sebastien Pouliot  <[EMAIL PROTECTED]>
+
+       * README: Add information about optional mutual authentication.
+       * serveropt.sh: New. Server script to use OpenSSL to accept (but not
+       require) client certificates.
+
 2005-04-13  Sebastien Pouliot  <[EMAIL PROTECTED]>
 
        * ChangeLog: New. Track changes for the mutual tool;

Modified: trunk/mcs/class/Mono.Security/Test/tools/mutual/README
===================================================================
--- trunk/mcs/class/Mono.Security/Test/tools/mutual/README      2005-06-14 
17:45:51 UTC (rev 45984)
+++ trunk/mcs/class/Mono.Security/Test/tools/mutual/README      2005-06-14 
17:50:23 UTC (rev 45985)
@@ -21,6 +21,19 @@
 % mono mutual.exe localhost SSL
 
 
+5. Testing TLS1 _optional_ mutual authentication [**]
 
+% mono mutual.exe localhost TLS
+
+
+6. Testing SSL3 _optional_ mutual authentication [**]
+
+% mono mutual.exe localhost SSL
+
+
+
 [*] OpenSSL (if used) requires a mutual authentication. So test #3 and #4 are
 expected to fail.
+
+[**] Test 5 and 6 must be executed with the serveropt.sh script running. Both
+tests ARE NOT expected to fail.

Added: trunk/mcs/class/Mono.Security/Test/tools/mutual/serveropt.sh
===================================================================
--- trunk/mcs/class/Mono.Security/Test/tools/mutual/serveropt.sh        
2005-06-14 17:45:51 UTC (rev 45984)
+++ trunk/mcs/class/Mono.Security/Test/tools/mutual/serveropt.sh        
2005-06-14 17:50:23 UTC (rev 45985)
@@ -0,0 +1 @@
+openssl s_server -www -cert server_cert.pem -key server_key.pem -verify 
client.pem -CAfile ca.pem


Property changes on: 
trunk/mcs/class/Mono.Security/Test/tools/mutual/serveropt.sh
___________________________________________________________________
Name: svn:executable
   + *

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to