From: markt Date: Sun, 6 Mar 2011 07:47:17 +0000 (+0000) Subject: Update comments/test case name X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=466c2a5416bc9df85c43c7888f0fb15f5848b0d6;p=tomcat7.0 Update comments/test case name git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1078414 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/test/org/apache/tomcat/util/net/TestCustomSsl.java b/test/org/apache/tomcat/util/net/TestCustomSsl.java index 0db251b1c..d9c383b55 100644 --- a/test/org/apache/tomcat/util/net/TestCustomSsl.java +++ b/test/org/apache/tomcat/util/net/TestCustomSsl.java @@ -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");