Update comments/test case name
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 6 Mar 2011 07:47:17 +0000 (07:47 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 6 Mar 2011 07:47:17 +0000 (07:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1078414 13f79535-47bb-0310-9956-ffa450edef68

test/org/apache/tomcat/util/net/TestCustomSsl.java

index 0db251b..d9c383b 100644 (file)
@@ -27,16 +27,13 @@ import org.apache.tomcat.util.buf.ByteChunk;
 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");