-
Bug
-
Resolution: Fixed
-
P2
-
1.4.0
-
jce1.2.2beta
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2109776 | 1.4.0 | Valerie Peng | P2 | Resolved | Fixed | beta |
Instead of returning the 'common' key size (168 bits). TripleDES key may
use the same subkey for the encryption phase thus reduce the 'effective' key size from 168 bits to 112 bits.
In above case, 112 should be returned as key size instead of 168.
use the same subkey for the encryption phase thus reduce the 'effective' key size from 168 bits to 112 bits.
In above case, 112 should be returned as key size instead of 168.
- backported by
-
JDK-2109776 SunJCE provider should return effective key size for Triple DES
- Resolved