-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b89
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8142755 | emb-9 | Anthony Scarpino | P4 | Resolved | Fixed | team |
Text describing the jdk.security.provider.preferred property added to the java.security file:
#
# A list of preferred providers for specific algorithms. These providers will
# be searched for matching algorithms before the list of registered providers.
# Entries containing errors (parsing, etc) will be ignored. Use the
# -Djava.security.debug=jca property to debug these errors.
#
# The property is a comma-separated list of serviceType.algorithm:provider
# entries. The serviceType (example: "MessageDigest") is optional, and if
# not specified, the algorithm applies to all service types that support it.
# The algorithm is the standard algorithm name or transformation.
# Transformations can be specified in their full standard name
# (ex: AES/CBC/PKCS5Padding), or as partial matches (ex: AES, AES/CBC).
# The provider is the name of the provider. Any provider that does not
# also appear in the registered list will be ignored.
#
# Example:
# jdk.security.provider.preferred=AES/GCM/NoPadding:SunJCE, MessageDigest.SHA-256:SUN
- backported by
-
JDK-8142755 Preferred provider configuration for JCE
-
- Resolved
-
- duplicates
-
JDK-8130936 Preferred provider configuration for JCE
-
- Closed
-
- relates to
-
JDK-8069538 Preferred Provider Configuration
-
- Resolved
-
-
JDK-8152205 jdk.security.provider.preferred is ambiguously documented
-
- Closed
-
-
JDK-8141690 JDK-8133151 change to MakeJavaSecurity.java is not complete
-
- Closed
-
-
JDK-8145344 Add SHA1 and SHA-224 to preferred provider list for solaris-sparc
-
- Closed
-
-
JDK-8150512 Update test for jdk.security.provider.preferred security property.
-
- Closed
-
-
JDK-8140470 javax/xml/crypto/dsig/SecurityManager/XMLDSigWithSecMgr.java test failed with AccessControlException
-
- Closed
-
-
JDK-8155847 SHA groups needed for jdk.security.provider.preferred
-
- Closed
-