-
Type:
Enhancement
-
Status: Resolved
-
Priority:
P3
-
Resolution: Fixed
-
Affects Version/s: 6
-
Fix Version/s: 5.0u3
-
Component/s: security-libs
-
Labels:
-
Subcomponent:
-
Resolved In Build:b05
-
CPU:generic
-
OS:generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2123740 | 6 | Andreas Sterbenz | P3 | Resolved | Fixed | beta |
The RSA Cipher in the SunPKCS11 provider currently does not support the wrap() and unwrap() methods at all. It should at least support them when the key being wrapped is a software key. This can be achieved using standard C_Encrypt() / C_Decrypt calls.
A full solution that uses the PKCS#11 C_Wrap() and C_Unwrap() calls is also desirable. That is tracked by 6190389.
###@###.### 2005-2-19 02:39:52 GMT
A full solution that uses the PKCS#11 C_Wrap() and C_Unwrap() calls is also desirable. That is tracked by 6190389.
###@###.### 2005-2-19 02:39:52 GMT
- backported by
-
JDK-2123740 Support wrapping of software keys using RSA-PKCS1
-
- Resolved
-
- relates to
-
JDK-6190389 Add support for the RSA-OAEP wrap/unwrap mechanisms
-
- Open
-