. If it can't find something, that ciphersuite
>> has to be disabled.
>>
>> Going back to the followup question, on JDK 6, if JCA/JCE can't find
>> a registered ECC provider, then it must disable the ECC-based
>> suites. As Sean sai
said, Solaris has ECC through PKCS11, so OOTB ECC-based suites should
> work on JDK 6 if you're on Solaris. If on something else, you need to
> install an ECC provider to get ECC-based suite.
>
> Brad
>
>
>
>
> On 6/1/2016 1:06 AM, Ayaskant Swain wrote:
>
>> Hi
in verbose detail. That extra output is available in 7u80, 8u40
> and later JDKs : https://bugs.openjdk.java.net/browse/JDK-8056026
>
> Regards,
> Sean.
>
> On 01/06/2016 09:06, Ayaskant Swain wrote:
>
> Hi All,
>
> My question was not specific to those two cipher suite
CC support is available OOTB in JDK
> 6 for Solaris. It's provided via the SunPKCS11 provider. SunEC provider
> was added in JDK 7:
>
> http://docs.oracle.com/javase/7/docs/technotes/guides/security/SunProviders.html#SunEC
>
> regards,
> Sean.
>
> - Jim
>
> On
Hi Wang,
Sorry. Upon looking carefully i found the required classes at this place
http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/file/70e3553d9d6e/src/share/classes/sun/security/ssl
Thanks for helping. Appreciate.
Ayas
On Fri, May 27, 2016 at 2:15 PM, Ayaskant Swain
wrote:
> Hi Wang,
&g
Hi,
Can anyone please help me know about this - Does JSSE library implement the
Ciphers or Algorithms of a SSL protocol ? I see the jsse.jar library
shipped with the JDK. I read the the Oracle document about JSSE -
http://docs.oracle.com/javase/8/docs/technotes/guides/security/jsse/JSSERefGuide.ht
est jdk7u source code at
> http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/file/70e3553d9d6e/src,
> which includes JSSE.
>
> --Max
>
> > On May 26, 2016, at 3:31 PM, Ayaskant Swain
> wrote:
> >
> > Hi All,
> >
> > I am in urgent need of the
Hi All,
I am in urgent need of the source code bundle of *jsse.jar* library to
debug a javax.net.ssl.SSLHandshakeException error.
Our java application is a webservice and deployed in Mule container. Our
application in turn calls another external SOAP service over a https URL.
So our application b