-
Bug
-
Resolution: Done
-
Blocker
-
7.1.0.DR7
key-manager-factory and trust-manager-factory requires user to specify algorithm.
Consider defaulting in elytron code to TrustManagerFactory.getDefaultAlgorithm() and KeyManagerFactory.getDefaultAlgorithm().
It is java portable as for oracle java it returns SunX509 and for Ibm java IbmX509.
This JIRA is in scope of "user experience", minimizing necessary user input configuration.
David: "The trust manager definitely should use the default algorithm when none is given; in this case the algorithm name isn't an "algorithm" per se, it's just an implementation name."
- is cloned by
-
WFCORE-2482 Elytron key/trust-manager-factory default algorithm
- Resolved
- is incorporated by
-
JBEAP-10119 (7.1.0) Upgrade to WildFly Core to 3.0.0.Beta16
- Closed