jetty.project/jetty-io
Simone Bordet 45828ee906 418892 - SSL session caching so unreliable it effectively does not
work.

Fixed by making sure that we completely decrypt read bytes.

Before the fix, it was possible that we returned after the decryption
of one TLS frame, while another was still present in the
_encryptedBuffer.
This lead to non-clean closes of the connection, which hampered the
capability of session reuse by clients.

Now we decrypt in a loop and only return if there is nothing more
that we can decrypt.
2013-10-16 16:27:36 +02:00
..
src 418892 - SSL session caching so unreliable it effectively does not 2013-10-16 16:27:36 +02:00
pom.xml [maven-release-plugin] prepare for next development iteration 2013-09-30 14:46:09 -05:00