jetty.project/jetty-client
Simone Bordet d53af5d737 Fixes #523 - TLS close behaviour breaking session resumption.
Since requests cannot be connection delimited, don't call
sslEngine.closeInbound() on the server.

On the client, added a configuration parameter to allow missing
TLS Close Message, since many servers do that.

Introduced SslConnection.allowMissingCloseMessage so that it
throws in case of truncation attacks.
2017-05-17 13:07:21 +02:00
..
src Fixes #523 - TLS close behaviour breaking session resumption. 2017-05-17 13:07:21 +02:00
pom.xml Updating to version 9.3.20-SNAPSHOT 2017-05-02 15:26:56 -07:00