mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 02:24:40 +02:00
8259709: Disable SHA-1 XML Signatures
Reviewed-by: rhalade, weijun
This commit is contained in:
parent
ef5e13d263
commit
a6427c85ee
5 changed files with 54 additions and 5 deletions
|
@ -964,6 +964,11 @@ jdk.xml.dsig.secureValidationPolicy=\
|
|||
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,\
|
||||
disallowAlg http://www.w3.org/2000/09/xmldsig#sha1,\
|
||||
disallowAlg http://www.w3.org/2000/09/xmldsig#dsa-sha1,\
|
||||
disallowAlg http://www.w3.org/2000/09/xmldsig#rsa-sha1,\
|
||||
disallowAlg http://www.w3.org/2007/05/xmldsig-more#sha1-rsa-MGF1,\
|
||||
disallowAlg http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha1,\
|
||||
maxTransforms 5,\
|
||||
maxReferences 30,\
|
||||
disallowReferenceUriSchemes file http https,\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue