-
Bug
-
Resolution: Fixed
-
P3
-
11, 12, 13
-
b10
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8293137 | 19.0.2 | Christoph Langer | P3 | Resolved | Fixed | b01 |
JDK-8292960 | 19.0.1 | Christoph Langer | P3 | Resolved | Fixed | b09 |
JDK-8301950 | 17-pool-oracle | Nibedita Jena | P3 | Closed | Duplicate | |
JDK-8292776 | 17.0.5 | Paul Hohensee | P3 | Resolved | Fixed | b04 |
JDK-8294668 | 11.0.18-oracle | Nibedita Jena | P3 | Resolved | Fixed | b02 |
JDK-8295388 | 11.0.18 | Goetz Lindenmaier | P3 | Resolved | Fixed | b01 |
JDK-8294669 | 8u361 | Nibedita Jena | P3 | Resolved | Fixed | b01 |
resize destination buffer upto 16709 bytes for BUFFER_OVERFLOW
resize source buffer upto 16709 bytes for BUFFER_UNDERFLOW
Record version: TLSv1.2
Hello version: TLSv1.2
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
----------System.err:(41/2951)----------
javax.net.ssl.SSLException: Tag mismatch!
at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:129)
at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:321)
at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:264)
at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:259)
at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:129)
at java.base/sun.security.ssl.SSLEngineImpl.decode(SSLEngineImpl.java:672)
at java.base/sun.security.ssl.SSLEngineImpl.readRecord(SSLEngineImpl.java:627)
at java.base/sun.security.ssl.SSLEngineImpl.unwrap(SSLEngineImpl.java:443)
at java.base/sun.security.ssl.SSLEngineImpl.unwrap(SSLEngineImpl.java:422)
at java.base/javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:634)
at SSLEngineService.receive(SSLEngineService.java:167)
at SSLEngineExplorerMatchedSNI.doServerSide(SSLEngineExplorerMatchedSNI.java:160)
at SSLEngineExplorerMatchedSNI.startServer(SSLEngineExplorerMatchedSNI.java:369)
at SSLEngineExplorerMatchedSNI.<init>(SSLEngineExplorerMatchedSNI.java:319)
at SSLEngineExplorerMatchedSNI.main(SSLEngineExplorerMatchedSNI.java:300)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:835)
Caused by: javax.crypto.AEADBadTagException: Tag mismatch!
at java.base/com.sun.crypto.provider.GaloisCounterMode.decryptFinal(GaloisCounterMode.java:595)
at java.base/com.sun.crypto.provider.CipherCore.finalNoPadding(CipherCore.java:1073)
at java.base/com.sun.crypto.provider.CipherCore.doFinal(CipherCore.java:1003)
at java.base/com.sun.crypto.provider.AESCipher.engineDoFinal(AESCipher.java:491)
at java.base/javax.crypto.CipherSpi.bufferCrypt(CipherSpi.java:779)
at java.base/javax.crypto.CipherSpi.engineDoFinal(CipherSpi.java:730)
at java.base/javax.crypto.Cipher.doFinal(Cipher.java:2497)
at java.base/sun.security.ssl.SSLCipher$T13GcmReadCipherGenerator$GcmReadCipher.decrypt(SSLCipher.java:1913)
at java.base/sun.security.ssl.SSLEngineInputRecord.decodeInputRecord(SSLEngineInputRecord.java:240)
at java.base/sun.security.ssl.SSLEngineInputRecord.decode(SSLEngineInputRecord.java:197)
at java.base/sun.security.ssl.SSLEngineInputRecord.decode(SSLEngineInputRecord.java:160)
at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:108)
... 16 more
JavaTest Message: Test threw exception: javax.net.ssl.SSLException: Tag mismatch!
- backported by
-
JDK-8292776 javax/net/ssl/ServerName/SSLEngineExplorerMatchedSNI.java failed intermittently due to SSLException: Tag mismatch
- Resolved
-
JDK-8292960 javax/net/ssl/ServerName/SSLEngineExplorerMatchedSNI.java failed intermittently due to SSLException: Tag mismatch
- Resolved
-
JDK-8293137 javax/net/ssl/ServerName/SSLEngineExplorerMatchedSNI.java failed intermittently due to SSLException: Tag mismatch
- Resolved
-
JDK-8294668 javax/net/ssl/ServerName/SSLEngineExplorerMatchedSNI.java failed intermittently due to SSLException: Tag mismatch
- Resolved
-
JDK-8294669 javax/net/ssl/ServerName/SSLEngineExplorerMatchedSNI.java failed intermittently due to SSLException: Tag mismatch
- Resolved
-
JDK-8295388 javax/net/ssl/ServerName/SSLEngineExplorerMatchedSNI.java failed intermittently due to SSLException: Tag mismatch
- Resolved
-
JDK-8301950 javax/net/ssl/ServerName/SSLEngineExplorerMatchedSNI.java failed intermittently due to SSLException: Tag mismatch
- Closed
- duplicates
-
JDK-8227651 Tests fail with SSLProtocolException: Input record too big
- Resolved
-
JDK-8224990 Tag mismatch, javax/net/ssl/ServerName/SSLEngineExplorerMatchedSNI.java
- Closed
- relates to
-
JDK-8224991 Problemlist javax/net/ssl/ServerName/SSLEngineExplorerMatchedSNI.java
- Resolved
-
JDK-8238740 java/net/httpclient/whitebox/FlowTestDriver.java should not specify a TLS protocol
- Resolved
-
JDK-8224990 Tag mismatch, javax/net/ssl/ServerName/SSLEngineExplorerMatchedSNI.java
- Closed
- 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