JDK-4898461 : Support for ECB and CBC/PKCS5Padding
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.crypto:pkcs11
  • Affected Version: solaris_10,5.0
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic,solaris_10
  • CPU: generic,sparc
  • Submitted: 2003-07-30
  • Updated: 2011-05-25
  • Resolved: 2011-03-07
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6 JDK 7
6u14Fixed 7 b26Fixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
The initial version of the SunPKCS11 provider only support CBC/NoPadding for block ciphers. It should also support ECB/NoPadding, ECB/PKCS5Padding, and CBC/PKCS5Padding.

Comments
EVALUATION Release note wording suggestion: SunPKCS11 provider now supports ECB, CBC modes with PKCS5Padding for certain block ciphers To be more specific, it supports these following transformations for Cipher.getInstance(...) calls when the corresponding PKCS11 mechanism is supported by the underlying PKCS11 library: DES, DESede, AES, and Blowfish with CBC mode and PKCS5Padding DES, DESede, AES with ECB mode and PKCS5Padding DES, DESede, AES with ECB mode and NoPadding
23-05-2011

CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: dragon
01-09-2004

WORK AROUND
01-09-2004

SUGGESTED FIX
01-09-2004

PUBLIC COMMENTS
01-09-2004

EVALUATION Will fix. ###@###.### 2003-07-30
30-07-2003