From 42c1d9895091dca5e2fbc0bbbc9cb97efe5a062b Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Fri, 10 Jun 2016 16:34:27 -0700 Subject: [PATCH] docs: Noted "Crypto" removal See first comment for doc stage location. bug: 28972616 Change-Id: I891af3d2e0b84f2daa207221e477a09efafc9d18 --- docs/html/preview/behavior-changes.jd | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/html/preview/behavior-changes.jd b/docs/html/preview/behavior-changes.jd index 66dce7a5d0bee..ece6b43efa813 100644 --- a/docs/html/preview/behavior-changes.jd +++ b/docs/html/preview/behavior-changes.jd @@ -612,5 +612,15 @@ as the return status when they invoke {@link android.content.pm.PackageInstaller#uninstall PackageInstaller.uninstall()}. +
  • The JCA provider called Crypto is deprecated, because its only + algorithm, SHA1PRNG, is cryptographically weak. Apps can no longer use + SHA1PRNG to (insecurely) derive keys, because this provider is no longer + available. For more information, see the blog + post Security "Crypto" provider deprecated in Android + N. +
  • +