Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Is PSK possible with Jetty?

Hi,

On Wed, Nov 9, 2016 at 11:03 AM, Alexander Farber
<alexander.farber@xxxxxxxxx> wrote:
> Good morning,
>
> is it possible to implement PSK (with TLS_PSK_WITH_NULL_SHA256 and
> TLS_PSK_WITH_AES_128_CBC_SHA256 cipher suites) with Jetty 9?

I think you will have better luck asking to the security-dev mailing
list of OpenJDK
(http://mail.openjdk.java.net/mailman/listinfo/security-dev).
I found this bug: https://bugs.openjdk.java.net/browse/JDK-6476446
that is marked as a duplicate of JDK-8049402, but the latter is not
visible.

If it can be done in the JDK, we will support it in Jetty.

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


Back to the top