mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 18:44:38 +02:00
8186032: Disable XML Signatures signed with EC keys less than 224 bits
Reviewed-by: weijun, rhalade
This commit is contained in:
parent
cf8a91378d
commit
4ea3d766b6
1 changed files with 1 additions and 0 deletions
|
@ -881,6 +881,7 @@ jdk.xml.dsig.secureValidationPolicy=\
|
||||||
disallowReferenceUriSchemes file http https,\
|
disallowReferenceUriSchemes file http https,\
|
||||||
minKeySize RSA 1024,\
|
minKeySize RSA 1024,\
|
||||||
minKeySize DSA 1024,\
|
minKeySize DSA 1024,\
|
||||||
|
minKeySize EC 224,\
|
||||||
noDuplicateIds,\
|
noDuplicateIds,\
|
||||||
noRetrievalMethodLoops
|
noRetrievalMethodLoops
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue