Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] SSLParameters.setUseCipherSuitesOrder

Hi,

On Tue, May 26, 2015 at 5:50 PM, Marvin Addison
<marvin.addison@xxxxxxxxx> wrote:
> Java 8 supports a new option for honoring server-side TLS cipher order [1],
> SSLParameters.setUseCipherSuitesOrder. AFAICT this is not supported in any
> released Jetty version. Are there plans to add support?

It is supported in Jetty 9.3.0.RC1.
https://github.com/eclipse/jetty.project/blob/jetty-9.3.0.RC1/jetty-util/src/main/java/org/eclipse/jetty/util/ssl/SslContextFactory.java#L580

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
http://intalio.com
Developer advice, training, services and support
from the Jetty & CometD experts.
Intalio, the modern way to build business applications.


Back to the top