-
Bug
-
Resolution: Fixed
-
P4
-
1.4.0
-
None
-
1.0.3
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2110152 | 1.4.0 | Andreas Sterbenz | P4 | Resolved | Fixed | beta3 |
By default, JSSE uses the JSafe code to do RSA operations. This requires converting keys from the JCA RSAPrivateKey format into the JSafe format. The conversion is performed using the (modulues, private exponent) representation for private keys even if the key is available in CRT form.
This means a performance penalty of about factor three for clients when RSA client authentication is used and for servers in all ciphersuites except DHE_DSS and DH_anon.
This means a performance penalty of about factor three for clients when RSA client authentication is used and for servers in all ciphersuites except DHE_DSS and DH_anon.
- backported by
-
JDK-2110152 JSSE does not use CRT for RSA operations
-
- Resolved
-