-
Bug
-
Resolution: Fixed
-
P3
-
19, 20
The AES-CTR mode intrinsic has an issue (wrong encrypt/decrypt result) when it is used with multiple short (len < 16) update() calls.
The issue was detected using the jtreg test created forJDK-8292158. The root cause of the issue is not related to JDK-8292158. It is just triggered by the same usage pattern.
The issue was detected using the jtreg test created for