-
Type:
Enhancement
-
Resolution: Unresolved
-
Priority:
P4
-
None
-
Affects Version/s: None
-
Component/s: security-libs
-
Fix Understood
12 bytes is the recommended size for GCM per NIST SP 800-38D:
---
For IVs, it is recommended that implementations restrict support to the length of 96 bits, to
promote interoperability, efficiency, and simplicity of design.`
---
Larger IV size requires an extra hashing step (GHASH). Currently we have it set to 16 bytes.
---
For IVs, it is recommended that implementations restrict support to the length of 96 bits, to
promote interoperability, efficiency, and simplicity of design.`
---
Larger IV size requires an extra hashing step (GHASH). Currently we have it set to 16 bytes.
- links to
-
Review(master)
openjdk/jdk/28971