From 776811e6788bcda3c9f6f8686fc816e89267e418 Mon Sep 17 00:00:00 2001 From: markt Date: Tue, 1 Mar 2011 08:36:57 +0000 Subject: [PATCH] Comment tweaks 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 | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/test/org/apache/tomcat/util/net/TestSsl.java b/test/org/apache/tomcat/util/net/TestSsl.java index 3983162a7..9f4256459 100644 --- a/test/org/apache/tomcat/util/net/TestSsl.java +++ b/test/org/apache/tomcat/util/net/TestSsl.java @@ -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; -- 2.11.0