Re: Support JSS in Tomcat

2005-08-10 Thread Bill Barker
- Original Message - From: "Christine Ho" <[EMAIL PROTECTED]> To: "Tomcat Developers List" Sent: Wednesday, August 10, 2005 10:44 AM Subject: Re: Support JSS in Tomcat >Hi, > I am working for Redhat and I dont think this is a >problem of contributi

Re: Support JSS in Tomcat

2005-08-10 Thread Christine Ho
: "Christine Ho" <[EMAIL PROTECTED]> > To: "Tomcat Developers List" > ; > <[EMAIL PROTECTED]> > Sent: Friday, July 22, 2005 10:22 AM > Subject: Re: Support JSS in Tomcat > > > > >--- Bill Barker <[EMAIL PROTECTED]> wrote: > &g

Re: Support JSS in Tomcat

2005-07-22 Thread Bill Barker
- Original Message - From: "Christine Ho" <[EMAIL PROTECTED]> To: "Tomcat Developers List" ; <[EMAIL PROTECTED]> Sent: Friday, July 22, 2005 10:22 AM Subject: Re: Support JSS in Tomcat >--- Bill Barker <[EMAIL PROTECTED]> wrote: >> >

Re: Support JSS in Tomcat

2005-07-22 Thread Christine Ho
--- Bill Barker <[EMAIL PROTECTED]> wrote: > > I don't think that anybody is proposing bundling > jss34.jar with Tomcat. It > would be an optional dependency much like PureTLS is > now. Anybody that > wanted to use it would have to download it from > mozilla.org and install it. > And as Remy po

Re: Support JSS in Tomcat

2005-07-21 Thread Bill Barker
- Original Message - From: "Jean-frederic Clere" <[EMAIL PROTECTED]> To: "Tomcat Developers List" Sent: Thursday, July 21, 2005 2:53 PM Subject: Re: Support JSS in Tomcat >Bill Barker wrote: > >>- Original Message - >>From: &q

Re: Support JSS in Tomcat

2005-07-21 Thread Jean-frederic Clere
Bill Barker wrote: - Original Message - From: "Jean-frederic Clere" <[EMAIL PROTECTED]> To: "Tomcat Developers List" Sent: Thursday, July 21, 2005 11:33 AM Subject: Re: Support JSS in Tomcat Bill Barker wrote: - Original Message - From

Re: Support JSS in Tomcat

2005-07-21 Thread Bill Barker
- Original Message - From: "Jean-frederic Clere" <[EMAIL PROTECTED]> To: "Tomcat Developers List" Sent: Thursday, July 21, 2005 11:33 AM Subject: Re: Support JSS in Tomcat >Bill Barker wrote: > >>- Original Message - >>From: "

Re: Support JSS in Tomcat

2005-07-21 Thread Jean-frederic Clere
Bill Barker wrote: - Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Developers List" Sent: Thursday, July 21, 2005 3:03 AM Subject: Re: Support JSS in Tomcat Christine Ho wrote: Thanks. It works. JSS can be used u

Re: Support JSS in Tomcat

2005-07-21 Thread Bill Barker
- Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Developers List" Sent: Thursday, July 21, 2005 3:03 AM Subject: Re: Support JSS in Tomcat >Christine Ho wrote: >> Thanks. It works. >> >> JSS can be used under eit

Re: Support JSS in Tomcat

2005-07-21 Thread Remy Maucherat
Christine Ho wrote: Thanks. It works. JSS can be used under either Mozilla Public License (MPL) or LGPL. Is MPL or LGPL compatible with ASF license? The good thing about JSS is that it is FIPS-140 compliant. First, the Tomcat portion of the code needs to be donated to the ASF. The code cannot

Re: Support JSS in Tomcat

2005-07-20 Thread Christine Ho
Thanks. It works. JSS can be used under either Mozilla Public License (MPL) or LGPL. Is MPL or LGPL compatible with ASF license? The good thing about JSS is that it is FIPS-140 compliant. Christine --- Bill Barker <[EMAIL PROTECTED]> wrote: > The element is deprecated in TC 5.x. In > particu

Re: Support JSS in Tomcat

2005-07-20 Thread Bill Barker
The element is deprecated in TC 5.x. In particular, you can't use it to specify a SocketFactory. You pass the FQN of your SSLImplementation to the Connector with something like: I'd be happy to review your implementation (assuming that the licensing is compatible with ASF) if you want to sub