JDK-2170676 : SSL stress test with GF leads to 32 bit max process size in less than 5 minutes,with PCKS11 provider
  • Type: Backport
  • Backport of: JDK-6750401
  • Component: security-libs
  • Sub-Component: javax.crypto:pkcs11
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2008-12-12
  • Updated: 2011-02-16
  • Resolved: 2010-04-29
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.
Other JDK 7
5.0u24-rev b07Fixed 7Fixed
Comments
EVALUATION Issue is the high number of PKCS11 sessions which is mostly contributed by JSSE not calling doFinal() on the Cipher objects that it use. This is fixed through bug# 6924489.
13-04-2010