CSR :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
JDK-8229043 :
|
SunJCE provider does not support CTR, CTS, and GCM modes with PKCS5Padding. However, the current implementation will silently ignore the specified PKCS5Padding and return implementations which use no padding. This should be fixed. When Cipher.getInstance(...) is called upon SunJCE provider with these unsupported mode and padding combination, an exception should be thrown. Proof of concept: Cipher.getInstance("AES/GCM/PKCS5Padding"); does not fail.
|