-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
-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
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
-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
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
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
> 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
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