Re: TLS protocols and cipher suites available under JSSE?

2019-03-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 James, On 3/13/19 20:38, James H. H. Lampert wrote: > Thanks, Mr. Schultz. > > I managed to find the IBM docs. At least some of the cipher suites > the customer is talking about are supported all the way back to > their 7.0 JVM. > > I've

Re: TLS protocols and cipher suites available under JSSE?

2019-03-14 Thread James H. H. Lampert
On 3/13/19, 2:53 PM, Christopher Schultz wrote: 7: https://docs.oracle.com/javase/7/docs/technotes/guides/security/SunProviders.html 8: https://docs.oracle.com/javase/8/docs/technotes/guides/security/SunProviders.html If you are using a non-standard "provider" (like one from IBM!), then

Re: TLS protocols and cipher suites available under JSSE?

2019-03-13 Thread James H. H. Lampert
Thanks, Mr. Schultz. I managed to find the IBM docs. At least some of the cipher suites the customer is talking about are supported all the way back to their 7.0 JVM. I've specified cipher suites by name in the connector, but I don't think I've done protocols. "TLS," according to the IBM

Re: TLS protocols and cipher suites available under JSSE?

2019-03-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 James, On 3/13/19 12:48 PM, James H. H. Lampert wrote: > We've got a customer who is asking about cipher suites and TLS > protocols. > > Given Tomcat 7.0.93, with the option of running it under JDK 7.0, > JDK 7.1, or JDK 8.0, can somebody point me

TLS protocols and cipher suites available under JSSE?

2019-03-13 Thread James H. H. Lampert
We've got a customer who is asking about cipher suites and TLS protocols. Given Tomcat 7.0.93, with the option of running it under JDK 7.0, JDK 7.1, or JDK 8.0, can somebody point me to docs explaining what TLS levels and cipher suites are available under the various JVMs? -- JHHL