-
Sub-task
-
Resolution: Delivered
-
P2
-
6u141, 7u131, 8u121, 9
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8174982 | 8u121 | Clifford Wayne | P2 | Closed | Delivered | |
JDK-8174980 | 7u131 | Clifford Wayne | P2 | Closed | Delivered | |
JDK-8174979 | 6u141 | Clifford Wayne | P2 | Closed | Delivered |
A new security property named `jdk.xml.dsig.secureValidationPolicy` has been added that allows you to configure the individual restrictions that are enforced when the secure validation mode of XML Signature is enabled. The default value for this property in the `java.security` configuration file is:
```
jdk.xml.dsig.secureValidationPolicy=\
disallowAlg http://www.w3.org/TR/1999/REC-xslt-19991116,\
disallowAlg http://www.w3.org/2001/04/xmldsig-more#rsa-md5,\
disallowAlg http://www.w3.org/2001/04/xmldsig-more#hmac-md5,\
disallowAlg http://www.w3.org/2001/04/xmldsig-more#md5,\
maxTransforms 5,\
maxReferences 30,\
disallowReferenceUriSchemes file http https,\
noDuplicateIds,\
noRetrievalMethodLoops
```
Please refer to the definition of the property in the `java.security` file for more information.
```
jdk.xml.dsig.secureValidationPolicy=\
disallowAlg http://www.w3.org/TR/1999/REC-xslt-19991116,\
disallowAlg http://www.w3.org/2001/04/xmldsig-more#rsa-md5,\
disallowAlg http://www.w3.org/2001/04/xmldsig-more#hmac-md5,\
disallowAlg http://www.w3.org/2001/04/xmldsig-more#md5,\
maxTransforms 5,\
maxReferences 30,\
disallowReferenceUriSchemes file http https,\
noDuplicateIds,\
noRetrievalMethodLoops
```
Please refer to the definition of the property in the `java.security` file for more information.
- backported by
-
JDK-8174979 Release Note: Add security property to configure XML Signature secure validation mode
-
- Closed
-
-
JDK-8174980 Release Note: Add security property to configure XML Signature secure validation mode
-
- Closed
-
-
JDK-8174982 Release Note: Add security property to configure XML Signature secure validation mode
-
- Closed
-