-
Enhancement
-
Resolution: Fixed
-
P3
-
None
-
None
-
b26
The generic code in CipherCore, and CipherSpi to an extent, has caused added complication to the code due to it being an AEAD. Separation should reduce the complexity and allow for better optimization of the code.
CipherCore services many of the algorithms, which makes changes to it tedious for fear of breaking others.
CipherCore services many of the algorithms, which makes changes to it tedious for fear of breaking others.
- duplicates
-
JDK-8255621 Add direct bytebuffer support to GCM
- Closed
- relates to
-
JDK-8280703 CipherCore.doFinal(...) causes potentially massive byte[] allocations during decryption
- Resolved
-
JDK-8268525 Some new memory leak after JDK-8248268 and JDK-8255557
- Resolved
-
JDK-8269218 GaloisCounterMode.overlapDetection misses the JDK-8263436 fix again
- Resolved
-
JDK-8314045 ArithmeticException in GaloisCounterMode
- Closed
-
JDK-8280477 Decouple ChaCha20/Poly1305 from CipherCore
- Closed
(1 relates to, 2 links to)