cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net JSSESupport.java

2002-09-23 Thread billbarker
billbarker2002/09/23 23:11:59 Modified:util/java/org/apache/tomcat/util/net JSSESupport.java Log: Add missing try-catch block for first try at getting the client-cert. The first call was throwing out past the second call, so the re-negotiation never got a chance to happen.

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net JSSESupport.java PureTLSSupport.java SSLSupport.java

2002-09-20 Thread billbarker
billbarker2002/09/20 21:39:33 Modified:util/java/org/apache/tomcat/util/net JSSESupport.java PureTLSSupport.java SSLSupport.java Log: Initial support for forcing a client-cert renegotiation. Eric should probably review the PureTLS stuff. My commit is

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net JSSESupport.java PureTLSSupport.java SSLSupport.java

2002-04-28 Thread billbarker
billbarker02/04/28 17:05:32 Modified:util/java/org/apache/tomcat/util/net JSSESupport.java PureTLSSupport.java SSLSupport.java Log: Adding support for KeySize for PureTLS. Per Eric, this is the symmetric key (same as JSSE). If the servlet spec people

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net JSSESupport.java PureTLSSupport.java SSLSupport.java

2002-04-12 Thread billbarker
billbarker02/04/12 22:34:11 Modified:util/java/org/apache/tomcat/util/net JSSESupport.java PureTLSSupport.java SSLSupport.java Log: Extend Coyote SSL support to include the 2.3 spec. With JSSE, this is mostly a copy of CertificateValve, and everything