Comment tweaks
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 1 Mar 2011 08:36:57 +0000 (08:36 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 1 Mar 2011 08:36:57 +0000 (08:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1075699 13f79535-47bb-0310-9956-ffa450edef68

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

index 3983162..9f42564 100644 (file)
@@ -42,10 +42,9 @@ import org.apache.catalina.startup.TomcatBaseTest;
 import org.apache.tomcat.util.buf.ByteChunk;
 
 /**
- * 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 TestSsl extends TomcatBaseTest {
 
@@ -69,7 +68,7 @@ public class TestSsl extends TomcatBaseTest {
     
     public void testRenegotiateFail() throws Exception {
         
-        // If RFC5746 is supported, renegotiation will always will (and will
+        // If RFC5746 is supported, renegotiation will always work (and will
         // always be secure)
         if (TesterSupport.RFC_5746_SUPPORTED) {
             return;