Author: markt Date: Tue Mar 1 08:36:57 2011 New Revision: 1075699 URL: http://svn.apache.org/viewvc?rev=1075699&view=rev Log: Comment tweaks
Modified: tomcat/trunk/test/org/apache/tomcat/util/net/TestSsl.java Modified: tomcat/trunk/test/org/apache/tomcat/util/net/TestSsl.java URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/util/net/TestSsl.java?rev=1075699&r1=1075698&r2=1075699&view=diff ============================================================================== --- tomcat/trunk/test/org/apache/tomcat/util/net/TestSsl.java (original) +++ tomcat/trunk/test/org/apache/tomcat/util/net/TestSsl.java Tue Mar 1 08:36:57 2011 @@ -42,10 +42,9 @@ import org.apache.catalina.startup.Tomca 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 TomcatBaseT 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; --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org