Skip to main content

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

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?

From the doc
http://www.eclipse.org/jetty/documentation/current/configuring-connectors.html#_ssl_context_configuration
it seems that only certificates are supported, but not pre-shared keys...

Thank you for any comments
Alex

Back to the top