Author: markt
Date: Sun Mar  6 07:47:17 2011
New Revision: 1078414

URL: http://svn.apache.org/viewvc?rev=1078414&view=rev
Log:
Update comments/test case name

Modified:
    tomcat/trunk/test/org/apache/tomcat/util/net/TestCustomSsl.java

Modified: tomcat/trunk/test/org/apache/tomcat/util/net/TestCustomSsl.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/util/net/TestCustomSsl.java?rev=1078414&r1=1078413&r2=1078414&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/tomcat/util/net/TestCustomSsl.java (original)
+++ tomcat/trunk/test/org/apache/tomcat/util/net/TestCustomSsl.java Sun Mar  6 
07:47:17 2011
@@ -27,16 +27,13 @@ import org.apache.tomcat.util.buf.ByteCh
 import org.apache.tomcat.util.net.jsse.TesterBug50640SslImpl;
 
 /**
- * Requires test.keystore (checked in), generated with:
- *  keytool -genkey -alias tomcat -keyalg RSA
- *  pass: changeit 
- *  CN: localhost ( for hostname validation )
+ * The keys and certificates used in this file are all available in svn and 
were
+ * generated using a test CA the files for which are in the Tomcat PMC private
+ * repository since not all of them are AL2 licensed.
  */
 public class TestCustomSsl extends TomcatBaseTest {
 
-    public void testSimpleSsl() throws Exception {
-        // Install the all-trusting trust manager so https:// works 
-        // with unsigned certs. 
+    public void testCustomSslImplementation() throws Exception {
 
         try {
             SSLContext sc = SSLContext.getInstance("SSL");



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to