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

2005-04-07 Thread billbarker
billbarker2005/04/07 19:49:50 Modified:util/java/org/apache/tomcat/util/net/jsse JSSESocketFactory.java Log: Add support for using Smart Cards as trust/keyStore. Revision ChangesPath 1.18 +8 -8

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

2004-02-18 Thread luehe
luehe 2004/02/18 14:42:22 Modified:util/java/org/apache/tomcat/util/net/jsse JSSESocketFactory.java Log: Fixed Bugzilla 27050 (keystoreFile parameter, when specified as relative, is not treated relative to $CATALINA_BASE or catalina.base property)

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

2003-12-17 Thread billbarker
billbarker2003/12/17 21:19:47 Modified:util/java/org/apache/tomcat/util/net/jsse JSSESocketFactory.java Log: Adding a 'truststoreType' attribute, and making the trustStorePassword default to the keystorePass. Sort of fix for bug #25603. Revision

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

2003-10-05 Thread billbarker
billbarker2003/10/05 16:43:47 Modified:util/java/org/apache/tomcat/util/net/jsse JSSESocketFactory.java Log: Make the TrustStore a configurable option (so different Hosts can have different TrustStores). Revision ChangesPath 1.10 +8 -3

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

2003-10-05 Thread billbarker
billbarker2003/10/05 17:08:19 Modified:util/java/org/apache/tomcat/util/net/jsse JSSESocketFactory.java Log: Attempting to escape the dreaded tab-police. This just hasn't been my day. Apologies for all of the bad commits. Revision ChangesPath

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

2003-08-25 Thread luehe
luehe 2003/08/25 11:38:52 Modified:util/java/org/apache/tomcat/util/net/jsse JSSESocketFactory.java Log: Also consider last element in comma-separated list of ciphers, or the case where the list contains a single element and no commas Revision