Start of an SSL re-negotiation test. Need to expand it to handle request bodies and...
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 1 Mar 2011 01:15:11 +0000 (01:15 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 1 Mar 2011 01:15:11 +0000 (01:15 +0000)
commitcda39d60554c3e36c5c8d480b08171ed21785e4a
treea8a7b9f3201a2b8a81b67879015f472911fd89ab
parent03a4d4d050091278abd75a2753f765307f8c2122
Start of an SSL re-negotiation test. Need to expand it to handle request bodies and the other issues highlighted by Filip.
Switch to using a CA since it makes the code cleaner and it is easier to get CLIENT-CERT working than will all self-signed certs.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1075604 13f79535-47bb-0310-9956-ffa450edef68
test/org/apache/tomcat/util/net/TestCustomSsl.java
test/org/apache/tomcat/util/net/TestSsl.java
test/org/apache/tomcat/util/net/TesterSupport.java
test/org/apache/tomcat/util/net/ca.jks [new file with mode: 0644]
test/org/apache/tomcat/util/net/localhost-cert.pem [new file with mode: 0644]
test/org/apache/tomcat/util/net/localhost-key.pem [new file with mode: 0644]
test/org/apache/tomcat/util/net/localhost.jks [new file with mode: 0644]
test/org/apache/tomcat/util/net/test-cert.pem [deleted file]
test/org/apache/tomcat/util/net/test-key.pem [deleted file]
test/org/apache/tomcat/util/net/test.keystore [deleted file]
test/org/apache/tomcat/util/net/user1.jks [new file with mode: 0644]