-
Bug
-
Resolution: Fixed
-
P3
-
8, 11, 14, 16, 17, 18, 19
-
b10
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8293136 | 19.0.2 | Christoph Langer | P3 | Resolved | Fixed | b01 |
JDK-8292959 | 19.0.1 | Christoph Langer | P3 | Resolved | Fixed | b09 |
JDK-8292659 | 17.0.6-oracle | Dukebot | P3 | Resolved | Fixed | b01 |
JDK-8292775 | 17.0.5 | Paul Hohensee | P3 | Resolved | Fixed | b04 |
JDK-8293148 | 11.0.18-oracle | Nibedita Jena | P3 | Resolved | Fixed | b02 |
JDK-8295387 | 11.0.18 | Goetz Lindenmaier | P3 | Resolved | Fixed | b01 |
JDK-8293149 | 8u361 | Nibedita Jena | P3 | Resolved | Fixed | b01 |
javax/net/ssl/SSLEngine/LargePacket.java
javax/net/ssl/ServerName/SSLEngineExplorerWithCli.java
javax/net/ssl/ServerName/SSLEngineExplorerWithSrv.java
javax/net/ssl/ServerName/SSLEngineExplorerMatchedSNI.java
Here's a snippet of the log file:
#section:main
----------messages:(6/204)----------
command: main LargePacket
reason: User specified action: run main/othervm LargePacket
Mode: othervm [/othervm specified]
Timeout information:
--- Timeout information end.
elapsed time (seconds): 495.189
----------configuration:(0/0)----------
----------System.out:(6/333)----------
resize destination buffer upto 16709 bytes for BUFFER_OVERFLOW
resize source buffer upto 16709 bytes for BUFFER_UNDERFLOW
resize destination buffer upto 16709 bytes for BUFFER_OVERFLOW
resize destination buffer upto 16709 bytes for BUFFER_OVERFLOW
resize source buffer upto 16709 bytes for BUFFER_UNDERFLOW
Timeout refired 480 times
----------System.err:(2/97)----------
Server died...
javax.net.ssl.SSLProtocolException: Input record too big: max = 16709 len = 49004
----------rerun:(32/4669)*----------
It is not clear if:
javax.net.ssl.SSLProtocolException: Input record too big: max = 16709 len = 49004"
is an error message or a warning or a failure of the test.
This is a Tier2 failure so starting this bug at P3 for initial triage.
- backported by
-
JDK-8292659 Tests fail with SSLProtocolException: Input record too big
- Resolved
-
JDK-8292775 Tests fail with SSLProtocolException: Input record too big
- Resolved
-
JDK-8292959 Tests fail with SSLProtocolException: Input record too big
- Resolved
-
JDK-8293136 Tests fail with SSLProtocolException: Input record too big
- Resolved
-
JDK-8293148 Tests fail with SSLProtocolException: Input record too big
- Resolved
-
JDK-8293149 Tests fail with SSLProtocolException: Input record too big
- Resolved
-
JDK-8295387 Tests fail with SSLProtocolException: Input record too big
- Resolved
- duplicates
-
JDK-8221218 sun/security/ssl/SSLSocketImpl/SSLExceptionForIOIssue.java failed with SSLHandshakeException: Insufficient buffer remaining for AEAD cipher fragment (2).
- Closed
-
JDK-8273395 javax/net/ssl/ServerName/SSLEngineExplorerWithCli.java fails with test timeout
- Closed
-
JDK-8273396 javax/net/ssl/ServerName/SSLEngineExplorerWithSrv.java fails with test timeout
- Closed
-
JDK-8274698 Tests still fail with SSLProtocolException: Input record too big
- Closed
-
JDK-8212096 javax/net/ssl/ServerName/SSLEngineExplorerMatchedSNI.java failed intermittently due to SSLException: Tag mismatch
- Resolved
- relates to
-
JDK-8207009 TLS 1.3 half-close and synchronization issues
- Closed
-
JDK-6388456 Need adjustable TLS max record size for interoperability with non-compliant stacks
- Resolved
- links to
-
Commit openjdk/jdk11u-dev/e8b7e77c
-
Commit openjdk/jdk17u-dev/6d2cddf5
-
Commit openjdk/jdk19u/8934a84c
-
Commit openjdk/jdk/7b029ea6
-
Review openjdk/jdk11u-dev/1448
-
Review openjdk/jdk17u-dev/639
-
Review openjdk/jdk19u/12
-
Review openjdk/jdk/9773
-
Review(master) openjdk/jdk8u-dev/567