-
Bug
-
Resolution: Fixed
-
P2
-
11
-
b27
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8209521 | 12 | Xuelei Fan | P2 | Resolved | Fixed | b07 |
JDK-8209705 | 11.0.2 | Xuelei Fan | P2 | Resolved | Fixed | b01 |
JDK-8209710 | 11.0.1 | Xuelei Fan | P2 | Resolved | Fixed | b07 |
JDK-8256887 | openjdk8u272 | Martin Balao Alonso | P2 | Closed | Fixed | b06 |
JDK-8243731 | 8u261 | Prasadarao Koppula | P2 | Closed | Fixed | b05 |
JDK-8247066 | emb-8u261 | Prasadarao Koppula | P2 | Resolved | Fixed | team |
1. Existing specification of SSLEngine#closeInbound states the following
Throws:
SSLException - if this engine has not received the proper SSL/TLS/DTLS close notification message from the peer.
However, starting from JDKb20 this exception is not thrown because of half-close policy implementation requirement for TLSv1.3
Also TLS 1.2 and prior versions in JDK are updated to use the half-close policy as well.
2. Does not support half-close in the current TLS 1.3 implementation.
3. Deadlock issues in the current TLS 1.3 implementation if read, write and handshake use different threads.
- backported by
-
JDK-8209521 TLS 1.3 half-close and synchronization issues
- Resolved
-
JDK-8209705 TLS 1.3 half-close and synchronization issues
- Resolved
-
JDK-8209710 TLS 1.3 half-close and synchronization issues
- Resolved
-
JDK-8247066 TLS 1.3 half-close and synchronization issues
- Resolved
-
JDK-8243731 TLS 1.3 half-close and synchronization issues
- Closed
-
JDK-8256887 TLS 1.3 half-close and synchronization issues
- Closed
- csr for
-
JDK-8208526 TLS 1.3 half-close and synchronization issues
- Closed
- duplicates
-
JDK-8208642 Server initiated TLSv1.2 renegotiation fails if Java client allows TLSv1.3
- Closed
-
JDK-8206968 java/net/httpclient/CancelledResponse.java after TLS 1.3 changeset
- Closed
-
JDK-8207177 Close_notify should be consumed
- Closed
-
JDK-8208562 Endless loop in SSLSocketImpl.waitForClose for MSSQL JDBC driver 11ea+24 onwards
- Closed
-
JDK-8207004 SSLSocket.close() deadlock?
- Closed
- relates to
-
JDK-8227651 Tests fail with SSLProtocolException: Input record too big
- Resolved