-
Bug
-
Resolution: Fixed
-
P3
-
17, 18, 20
-
b20
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8295929 | 19.0.2 | Christoph Langer | P3 | Resolved | Fixed | b03 |
JDK-8299165 | 17.0.7-oracle | Ravi Reddy | P3 | Resolved | Fixed | b01 |
JDK-8296474 | 17.0.6 | Christoph Langer | P3 | Resolved | Fixed | b02 |
JDK-8296473 | 11.0.18 | Christoph Langer | P3 | Resolved | Fixed | b02 |
jdk/sun/security/ssl/SSLSessionImpl/NoInvalidateSocketException.java
is failing with "tag mismatch":
Caused by: javax.crypto.AEADBadTagException: Tag mismatch
at java.base/com.sun.crypto.provider.GaloisCounterMode$GCMDecrypt.doFinal(GaloisCounterMode.java:1591)
at java.base/com.sun.crypto.provider.GaloisCounterMode.engineDoFinal(GaloisCounterMode.java:454)
at java.base/javax.crypto.Cipher.doFinal(Cipher.java:2501)
at java.base/sun.security.ssl.SSLCipher$T13GcmReadCipherGenerator$GcmReadCipher.decrypt(SSLCipher.java:1933)
at java.base/sun.security.ssl.SSLSocketInputRecord.decodeInputRecord(SSLSocketInputRecord.java:260)
at java.base/sun.security.ssl.SSLSocketInputRecord.decode(SSLSocketInputRecord.java:181)
at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:111)
- backported by
-
JDK-8295929 Test jdk/sun/security/ssl/SSLSessionImpl/NoInvalidateSocketException.java fails with "tag mismatch"
- Resolved
-
JDK-8296473 Test jdk/sun/security/ssl/SSLSessionImpl/NoInvalidateSocketException.java fails with "tag mismatch"
- Resolved
-
JDK-8296474 Test jdk/sun/security/ssl/SSLSessionImpl/NoInvalidateSocketException.java fails with "tag mismatch"
- Resolved
-
JDK-8299165 Test jdk/sun/security/ssl/SSLSessionImpl/NoInvalidateSocketException.java fails with "tag mismatch"
- Resolved
- duplicates
-
JDK-8279649 sun/security/ssl/SSLSessionImpl/NoInvalidateSocketException.java failing intermittently in loom repo
- Closed
- relates to
-
JDK-8274736 Concurrent read/close of SSLSockets causes SSLSessions to be invalidated unnecessarily
- Closed
-
JDK-8287739 [11u] ProblemList sun/security/ssl/SSLSessionImpl/NoInvalidateSocketException.java
- Resolved
-
JDK-8280158 New test from JDK-8274736 failed with/without patch in JDK11u
- Resolved
-
JDK-8313084 SSL connection interrupted with javax.crypto.AEADBadTagException: Tag mismatch!
- Closed
- links to
-
Commit openjdk/jdk11u-dev/f07e6918
-
Commit openjdk/jdk17u-dev/18c4c253
-
Commit openjdk/jdk19u/56da7e2b
-
Commit openjdk/jdk/d1252653
-
Review openjdk/jdk11u-dev/1499
-
Review openjdk/jdk17u-dev/855
-
Review openjdk/jdk19u/48
-
Review openjdk/jdk/10657