-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b09
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8313186 | 17.0.10-oracle | Ramesh Gangadhar | P4 | Resolved | Fixed | b01 |
JDK-8317615 | 17.0.10 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
This test fails due to changes in the underlying implementation. Verify the test is still valid and update accordingly.
ommand: main -Djsse.enableCBCProtection=false CheckStatus
reason: User specified action: run main/othervm -Djsse.enableCBCProtection=false CheckStatus
started: Thu Dec 15 09:57:44 EST 2022
Mode: othervm [/othervm specified]
finished: Thu Dec 15 09:57:44 EST 2022
elapsed time (seconds): 0.172
----------configuration:(0/0)----------
----------System.out:(23/601)----------
AppOut1 = java.nio.HeapByteBuffer[pos=0 lim=26 cap=26]
AppOut2 = java.nio.HeapByteBuffer[pos=0 lim=29 cap=29]
================
unexpected empty unwrap
======================================
client hello
running delegated task...
Check for unwrap when wrap needed
======================================
ServerHello
running delegated task...
======================================
Key Exchange
running delegated task...
======================================
CCS
======================================
Finished
======================================
CCS
======================================
FINISHED
----------System.err:(13/781)----------
java.lang.Exception: Unexpected hsStatus: need = FINISHED got = NEED_WRAP
at CheckStatus.checkResult(CheckStatus.java:101)
at CheckStatus.test(CheckStatus.java:245)
at CheckStatus.main(CheckStatus.java:620)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:578)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:125)
at java.base/java.lang.Thread.run(Thread.java:1623)
ommand: main -Djsse.enableCBCProtection=false CheckStatus
reason: User specified action: run main/othervm -Djsse.enableCBCProtection=false CheckStatus
started: Thu Dec 15 09:57:44 EST 2022
Mode: othervm [/othervm specified]
finished: Thu Dec 15 09:57:44 EST 2022
elapsed time (seconds): 0.172
----------configuration:(0/0)----------
----------System.out:(23/601)----------
AppOut1 = java.nio.HeapByteBuffer[pos=0 lim=26 cap=26]
AppOut2 = java.nio.HeapByteBuffer[pos=0 lim=29 cap=29]
================
unexpected empty unwrap
======================================
client hello
running delegated task...
Check for unwrap when wrap needed
======================================
ServerHello
running delegated task...
======================================
Key Exchange
running delegated task...
======================================
CCS
======================================
Finished
======================================
CCS
======================================
FINISHED
----------System.err:(13/781)----------
java.lang.Exception: Unexpected hsStatus: need = FINISHED got = NEED_WRAP
at CheckStatus.checkResult(CheckStatus.java:101)
at CheckStatus.test(CheckStatus.java:245)
at CheckStatus.main(CheckStatus.java:620)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:578)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:125)
at java.base/java.lang.Thread.run(Thread.java:1623)
- backported by
-
JDK-8313186 Update CheckStatus.java for changes to TLS implementation
-
- Resolved
-
-
JDK-8317615 Update CheckStatus.java for changes to TLS implementation
-
- Resolved
-
- relates to
-
JDK-8249826 5 javax/net/ssl/SSLEngine tests use @ignore w/o bug-id
-
- Resolved
-
- links to
-
Commit openjdk/jdk17u-dev/60ae78ae
-
Commit openjdk/jdk/e7247b10
-
Review openjdk/jdk17u-dev/1831
-
Review openjdk/jdk/11857
(2 links to)