-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
21
-
None
-
Cause Known
-
generic
-
generic
When the specified transformation string contains 3 or more slashes, e.g. AES/GCM//, the existing code in the javax.crypto.Cipher class breaks it into 3 components by lumping all input trailing the 2nd slash as padding scheme.
Instead of passing "/" as the padding scheme which leads to NoSuchPaddingException, the expected behavior is to throw NoSuchAlgorithmException.
Instead of passing "/" as the padding scheme which leads to NoSuchPaddingException, the expected behavior is to throw NoSuchAlgorithmException.
- relates to
-
JDK-8288050 Add support of SHA-512/224 and SHA-512/256 to the PBKDF2 and PBES2 impls in SunJCE provider
-
- Resolved
-
- links to
-
Review(master) openjdk/jdk/27615