sha256 and weblogic 10.3.4 on jdk 1.6
Could you please confirm if my understanding is correct?
Weblogic 10.3.4 running on JDK1.6 with following flag -Dweblogic.ssl.JSSEEnabled=true
will support certificate sha256 but only with TLS 1.0.
1) Under above configuration admin jvm will be able to communicate with manage jvm configured to use sha256 providing only TLS 1.0 is used.
2) How about application running on above weblogic instance making for example web service call to another application also using sha256 certificate? Will that work providing another application using sha256 is using TLS 1.0 ?
It looks like full support is from weblogic 10.3.6 on JDK 1.7 but trying to understand what exactly is supported when using weblogic 10.3.4 using JSSE on JDK 1.6.