Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.artifact.repository/schema/artifactChecksums.exsd')
-rw-r--r--bundles/org.eclipse.equinox.p2.artifact.repository/schema/artifactChecksums.exsd3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.artifact.repository/schema/artifactChecksums.exsd b/bundles/org.eclipse.equinox.p2.artifact.repository/schema/artifactChecksums.exsd
index edfe4a22d..8c2a30612 100644
--- a/bundles/org.eclipse.equinox.p2.artifact.repository/schema/artifactChecksums.exsd
+++ b/bundles/org.eclipse.equinox.p2.artifact.repository/schema/artifactChecksums.exsd
@@ -10,7 +10,7 @@
<p>p2 detects errors which may have been introduced during artifact transmission/storage by calculating artifact checksum using MD5 hash function. As a <a href="https://en.wikipedia.org/wiki/Collision_attack">collision attack</a> and a <a href="https://en.wikipedia.org/wiki/Chosen-prefix_collision_attack">chosen-prefix collision attack</a> against MD5 have been demonstrated in public, it can be used but only to detect unintentional corruption. Current implementation is not extensible and doesn't allow to use other, more collision-resistant, hash functions.</p>
-<p>With this extension point, any <code>java.security.MessageDigest</code> from Java Security API can be used to check integrity of artifacts. For more information on these APIs, see <a href="https://docs.oracle.com/javase/8/docs/technotes/guides/security/crypto/CryptoSpec.html">Java Cryptography Architecture (JCA) Reference Guide</a>.</p>
+<p>With this extension point, any <code>java.security.MessageDigest</code> from Java Security API can be used to check integrity of artifacts. For more information on these APIs, see <a href="https://docs.oracle.com/en/java/javase/11/security/java-cryptography-architecture-jca-reference-guide.html">Java Cryptography Architecture (JCA) Reference Guide</a>.</p>
</documentation>
</annotation>
@@ -113,6 +113,7 @@ public class Activator implements BundleActivator {
</documentation>
</annotation>
+
<annotation>
<appInfo>
<meta.section type="implementation"/>

Back to the top