RFR: 8274736: Concurrent read/close of SSLSockets causes SSLSessions to be invalidated unnecessarily [v5]
Bradford Wetmore
wetmore at openjdk.java.net
Wed Nov 10 01:07:36 UTC 2021
On Fri, 5 Nov 2021 22:55:16 GMT, Jamil Nimeh <jnimeh at openjdk.org> wrote:
>> This fix handles cases where two or more threads may be acting on a single SSLSocket instance. In cases where one thread closes the socket while the other is in the middle of a read, a SocketException is appropriately thrown, but it results in SSLSession invalidation even though the session was legitimately negotiated at an earlier point in time and should remain in the cache.
>>
>> JBS: https://bugs.openjdk.java.net/browse/JDK-8274736
>
> Jamil Nimeh has updated the pull request incrementally with one additional commit since the last revision:
>
> Fix 80+ char lines
Marked as reviewed by wetmore (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/6197
More information about the security-dev
mailing list