From 316302a75a0f962cbb62829bf1781a5047e4b945 Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Tue, 12 Feb 2019 14:32:10 +0200 Subject: Bug 544371 - Update user docs links to point to Java 11 content Link to JCA 11 guide in p2 extension point. Change-Id: I3bc547ff51fc5bbdf14daaa117e4577e464398df Signed-off-by: Alexander Kurtakov --- .../schema/artifactChecksums.exsd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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> @@ -113,6 +113,7 @@ public class Activator implements BundleActivator { + -- cgit v1.2.1