Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] Jetty-ALPN : HTTP/2 cipher suites used

Hi,

On Mon, Sep 4, 2017 at 2:59 PM, Paul Brown <pbrown1907@xxxxxxxxx> wrote:
> Hi all,
>
> Could someone confirm for me what cipher suites the Jetty ALPN agent uses
> for HTTP/2 TLS? I suspect that its using the native JRE8 cipher suites (TLS
> now the default in Java8), as I have seen no mention of any third party
> libraries such as Bouncy Castle in the pom files.

Yes, it's using the ciphers available in JDK 8.

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top