JDK-4868870 : Define ManagerFactoryParameters class for CertPath based TrustManagers
  • Type: Enhancement
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Affected Version: 5.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2003-05-23
  • Updated: 2017-05-16
  • Resolved: 2003-08-17
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
5.0 tigerFixed
Description
Starting with Mantis, we have a second JSSE X509TrustManager that is implemented as a wrapper over CertPath. However, there is currently no way to pass comprehensive PKIX validation settings to the CertPath implementation. 

In order to achieve that, we need to define a standard class implementing ManagerFactoryParameters that encapsulates CertPathParameters. This can then be used with the init(ManagerFactoryParameters) method in addition to the init(KeyStore) method on TrustManagerFactory for all CertPath based TrustManagers.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger FIXED IN: tiger INTEGRATED IN: tiger tiger-b16
02-09-2004

EVALUATION Will file CCC. ###@###.### 2003-05-23
23-05-2003