Re: Default SSL ciphers supported by Tomcat 6

2009-10-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, To follow-up, the code below can be used to fetch the currently-available ciphers for SSL and will show whether or not they are enabled in your particular JVM. Note that none of this is Tomcat-specific: import java.util.Iterator; import java.uti

Re: Default SSL ciphers supported by Tomcat 6

2009-10-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 10/26/2009 12:44 PM, Mark Thomas wrote: > Christopher Schultz wrote: >> It's clear to me that the list of available ciphers is different than >> the list of enabled ciphers. >> >> Is there a way to get this list programmatically? I have a sma

Re: Default SSL ciphers supported by Tomcat 6

2009-10-26 Thread Mark Thomas
Christopher Schultz wrote: > Mark, > > On 10/23/2009 7:53 AM, Mark Thomas wrote: >> http://java.sun.com/javase/6/docs/ >> "Security" leads to >> http://java.sun.com/javase/6/docs/technotes/guides/security/index.html >> "Standard Algorithm Names" leads to >> http://java.sun.com/javase/6/docs/techno

Re: Default SSL ciphers supported by Tomcat 6

2009-10-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 10/23/2009 7:53 AM, Mark Thomas wrote: > http://java.sun.com/javase/6/docs/ > "Security" leads to > http://java.sun.com/javase/6/docs/technotes/guides/security/index.html > "Standard Algorithm Names" leads to > http://java.sun.com/javase/6/do

Re: Default SSL ciphers supported by Tomcat 6

2009-10-23 Thread Mark Thomas
ssage - > From: Charles R Caldarale > To: Tomcat Users List > Sent: Fri, 23 Oct 2009 03:09:34 + (UTC) > Subject: RE: Default SSL ciphers supported by Tomcat 6 > >> From: uma...@comcast.net [mailto:uma...@comcast.net] >> Subject: Default SSL ciphers supported by To

RE: Default SSL ciphers supported by Tomcat 6

2009-10-22 Thread uma_rk
question. Regards, /U - Original Message - From: Charles R Caldarale To: Tomcat Users List Sent: Fri, 23 Oct 2009 03:09:34 + (UTC) Subject: RE: Default SSL ciphers supported by Tomcat 6 > From: uma...@comcast.net [mailto:uma...@comcast.net] > Subject: Default SSL ciphers sup

RE: Default SSL ciphers supported by Tomcat 6

2009-10-22 Thread Caldarale, Charles R
> From: uma...@comcast.net [mailto:uma...@comcast.net] > Subject: Default SSL ciphers supported by Tomcat 6 > > I am looking for the default set of SSL(v3) ciphers supported by > Tomcat 6.0.x. It's in the doc: "ciphers "The comma separated list of encrypti

Default SSL ciphers supported by Tomcat 6

2009-10-22 Thread uma_rk
I am looking for the default set of SSL(v3) ciphers supported by Tomcat 6.0.x. Is this essentially same as the default set of ciphers supported by the underlying JDK? Any help appreciated, /U