-
Bug
-
Resolution: Fixed
-
P3
-
8, 9
-
b75
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8135602 | emb-9 | Anthony Scarpino | P3 | Resolved | Fixed | team |
JDK-8235196 | openjdk8u242 | Anthony Scarpino | P3 | Resolved | Fixed | team |
JDK-8235554 | openjdk8u232 | Anthony Scarpino | P3 | Resolved | Fixed | master |
JDK-8229175 | 8u241 | David Buck | P3 | Resolved | Fixed | b01 |
JDK-8230822 | 8u231 | David Buck | P3 | Closed | Fixed | b10 |
JDK-8229413 | 8u221 | David Buck | P3 | Resolved | Fixed | b35 |
JDK-8234994 | emb-8u241 | David Buck | P3 | Resolved | Fixed | team |
JDK-8231526 | emb-8u231 | David Buck | P3 | Resolved | Fixed | b10 |
javax.crypto.AEADBadTagException: Tag mismatch!
at com.sun.crypto.provider.GaloisCounterMode.decryptFinal(GaloisCounterMode.java:517)
at com.sun.crypto.provider.CipherCore.finalNoPadding(CipherCore.java:1037)
at com.sun.crypto.provider.CipherCore.doFinal(CipherCore.java:974)
at com.sun.crypto.provider.AESCipher.engineDoFinal(AESCipher.java:479)
at javax.crypto.Cipher.doFinal(Cipher.java:2377)
at TestAESDecode.run(TestAESDecode.java:41)
at TestAESMain.main(TestAESMain.java:83)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:502)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
at java.lang.Thread.run(Thread.java:745)
This exception doesn't happen with -XX:-UseGHASHIntrinsics (see
- backported by
-
JDK-8135602 GHASH 32bit intrinsics has AEADBadTagException
- Resolved
-
JDK-8229175 GHASH 32bit intrinsics has AEADBadTagException
- Resolved
-
JDK-8229413 GHASH 32bit intrinsics has AEADBadTagException
- Resolved
-
JDK-8231526 GHASH 32bit intrinsics has AEADBadTagException
- Resolved
-
JDK-8234994 GHASH 32bit intrinsics has AEADBadTagException
- Resolved
-
JDK-8235196 GHASH 32bit intrinsics has AEADBadTagException
- Resolved
-
JDK-8235554 GHASH 32bit intrinsics has AEADBadTagException
- Resolved
-
JDK-8230822 GHASH 32bit intrinsics has AEADBadTagException
- Closed
- duplicates
-
JDK-8130650 com/sun/net/httpserver/Test6a.jia failed java.io.IOException: Error writing request body to server
- Closed
-
JDK-8131159 com/sun/crypto/provider/Cipher/AES/TestGHASH.java failed with java.lang.NullPointerException
- Closed
- relates to
-
JDK-8073108 Use x86 and SPARC CPU instructions for GHASH acceleration
- Resolved