Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > comp.lang.java.security > #304
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.swapon.de!aioe.org!.POSTED!not-for-mail |
|---|---|
| From | Roedy Green <see_website@mindprod.com.invalid> |
| Newsgroups | comp.lang.java.security |
| Subject | mixing SSL versions |
| Date | Wed, 01 Oct 2014 11:31:38 -0700 |
| Organization | Canadian Mind Products |
| Lines | 11 |
| Message-ID | <82io2ahgm2nrdid98v4n5d84pv1d5rll7f@4ax.com> (permalink) |
| Reply-To | Roedy Green <see_website@mindprod.com.invalid> |
| NNTP-Posting-Host | K2Qzzs3EAqXk5RLzfhxcSw.user.speranza.aioe.org |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Transfer-Encoding | 7bit |
| X-Complaints-To | abuse@aioe.org |
| User-Agent | ForteAgent/7.20.32.1218 |
| X-Notice | Filtered by postfilter v. 0.8.2 |
| Xref | csiph.com comp.lang.java.security:304 |
Show key headers only | View raw
The JSSE implementation shipped with the JDK supports SSL 3.0 and TLS 1.0. It does not implement SSL 2.0. JSSE cannot yet handle TLS 1.1 or TLS 1.2. TLS 1.3 is still is draft. JSSE supports the following subprotocols: RSA, RC4, DES, 3DES, AES, Diffie-Hellman, DSA. I am having trouble accessing TLS 1.2 sites with Java. Is TLS 1.2 supposed to be able to communicate with TLS 1.0? -- Roedy Green Canadian Mind Products http://mindprod.com There are only two industries that refer to their customers as users. ~ Edward Tufte (born: 1942 age: 72)
Back to comp.lang.java.security | Previous | Next — Next in thread | Find similar
mixing SSL versions Roedy Green <see_website@mindprod.com.invalid> - 2014-10-01 11:31 -0700 Re: mixing SSL versions Lothar Kimmeringer <news200709@kimmeringer.de> - 2014-10-06 20:39 +0200
csiph-web