Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #5297
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!feeder1.hal-mli.net!news.glorb.com!postnews.google.com!k6g2000yqc.googlegroups.com!not-for-mail |
|---|---|
| From | Stone <phracek2@gmail.com> |
| Newsgroups | comp.lang.java.programmer |
| Subject | JDK 1.6.0_24 and AES256 ciphers |
| Date | Tue, 14 Jun 2011 00:56:48 -0700 (PDT) |
| Organization | http://groups.google.com |
| Lines | 60 |
| Message-ID | <92a92dac-5459-496a-aaec-3a4de1d903fb@k6g2000yqc.googlegroups.com> (permalink) |
| NNTP-Posting-Host | 62.134.46.4 |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-Trace | posting.google.com 1308038208 2459 127.0.0.1 (14 Jun 2011 07:56:48 GMT) |
| X-Complaints-To | groups-abuse@google.com |
| NNTP-Posting-Date | Tue, 14 Jun 2011 07:56:48 +0000 (UTC) |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | k6g2000yqc.googlegroups.com; posting-host=62.134.46.4; posting-account=IOeCfwoAAAA_VejOv6qSgFbw-0eHdS9A |
| User-Agent | G2/1.0 |
| X-Google-Web-Client | true |
| X-Google-Header-Order | HUALESRCNK |
| X-HTTP-UserAgent | Mozilla/5.0 (Windows NT 5.1; rv:2.0.1) Gecko/20100101 Firefox/4.0.1,gzip(gfe) |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:5297 |
Show key headers only | View raw
Dear users, I am trying to build up application where following ciphers will be available: "TLS_RSA_WITH_AES_128_CBC_SHA", "TLS_RSA_WITH_AES_256_CBC_SHA", "TLS_DHE_RSA_WITH_AES_128_CBC_SHA", "TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA", "TLS_DHE_RSA_WITH_AES_256_CBC_SHA", "TLS_RSA_WITH_3DES_EDE_CBC_SHA" but som ciphers are available but ciphers like AES.*256 without any success. Some hints are: http://java.sun.com/developer/technicalArticles/Security/AES/AES_v1.html Java which is used on the my system is: Sun Java jdk1.6.0_24 Protocols which are available are: TLSv1 and SSLv3 But when I am connecting to the server over SSL I am receiving those set: SSL_RSA_WITH_RC4_128_MD5 SSL_RSA_WITH_RC4_128_SHA TLS_RSA_WITH_AES_128_CBC_SHA TLS_DHE_RSA_WITH_AES_128_CBC_SHA TLS_DHE_DSS_WITH_AES_128_CBC_SHA SSL_RSA_WITH_3DES_EDE_CBC_SHA SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA SSL_RSA_WITH_DES_CBC_SHA SSL_DHE_RSA_WITH_DES_CBC_SHA SSL_DHE_DSS_WITH_DES_CBC_SHA SSL_RSA_EXPORT_WITH_RC4_40_MD5 SSL_RSA_EXPORT_WITH_DES40_CBC_SHA SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA TLS_EMPTY_RENEGOTIATION_INFO_SCSV SSL_RSA_WITH_NULL_MD5 SSL_RSA_WITH_NULL_SHA SSL_DH_anon_WITH_RC4_128_MD5 TLS_DH_anon_WITH_AES_128_CBC_SHA SSL_DH_anon_WITH_3DES_EDE_CBC_SHA SSL_DH_anon_WITH_DES_CBC_SHA SSL_DH_anon_EXPORT_WITH_RC4_40_MD5 SSL_DH_anon_EXPORT_WITH_DES40_CBC_SHA TLS_KRB5_WITH_RC4_128_SHA TLS_KRB5_WITH_RC4_128_MD5 TLS_KRB5_WITH_3DES_EDE_CBC_SHA TLS_KRB5_WITH_3DES_EDE_CBC_MD5 TLS_KRB5_WITH_DES_CBC_SHA TLS_KRB5_WITH_DES_CBC_MD5 TLS_KRB5_EXPORT_WITH_RC4_40_SHA TLS_KRB5_EXPORT_WITH_RC4_40_MD5 TLS_KRB5_EXPORT_WITH_DES_CBC_40_SHA TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5 Thank you in advance Petr
Back to comp.lang.java.programmer | Previous | Next — Next in thread | Find similar
JDK 1.6.0_24 and AES256 ciphers Stone <phracek2@gmail.com> - 2011-06-14 00:56 -0700
Re: JDK 1.6.0_24 and AES256 ciphers Stone <phracek2@gmail.com> - 2011-06-14 01:19 -0700
Re: JDK 1.6.0_24 and AES256 ciphers Roedy Green <see_website@mindprod.com.invalid> - 2011-06-14 08:43 -0700
Re: JDK 1.6.0_24 and AES256 ciphers Steve Sobol <sjsobol@JustThe.net> - 2011-06-14 09:40 -0700
Re: JDK 1.6.0_24 and AES256 ciphers Roedy Green <see_website@mindprod.com.invalid> - 2011-06-14 20:57 -0700
Re: JDK 1.6.0_24 and AES256 ciphers Stone <phracek2@gmail.com> - 2011-06-15 00:03 -0700
Re: JDK 1.6.0_24 and AES256 ciphers Roedy Green <see_website@mindprod.com.invalid> - 2011-06-19 11:14 -0700
Re: JDK 1.6.0_24 and AES256 ciphers Esmond Pitt <esmond.pitt@bigpond.com> - 2011-06-15 10:23 +1000
csiph-web