changeset 12226:ab26fe28f9ed jdk8u111-b14

8166381: Back out changes to the java.security file to not disable MD5 Reviewed-by: weijun, coffeys
author rpatil
date Thu, 22 Sep 2016 03:03:31 -0700
parents 2c3e1fac1574
children 0cc71de3df18 d95f8359ca2c
files src/share/lib/security/java.security-aix src/share/lib/security/java.security-linux src/share/lib/security/java.security-macosx src/share/lib/security/java.security-solaris src/share/lib/security/java.security-windows
diffstat 5 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/lib/security/java.security-aix	Wed Sep 21 13:42:08 2016 -0700
+++ b/src/share/lib/security/java.security-aix	Thu Sep 22 03:03:31 2016 -0700
@@ -660,4 +660,4 @@
 # implementation. It is not guaranteed to be examined and used by other
 # implementations.
 #
-jdk.jar.disabledAlgorithms=MD2, MD5, RSA keySize < 1024
+jdk.jar.disabledAlgorithms=MD2, RSA keySize < 1024
--- a/src/share/lib/security/java.security-linux	Wed Sep 21 13:42:08 2016 -0700
+++ b/src/share/lib/security/java.security-linux	Thu Sep 22 03:03:31 2016 -0700
@@ -660,4 +660,4 @@
 # implementation. It is not guaranteed to be examined and used by other
 # implementations.
 #
-jdk.jar.disabledAlgorithms=MD2, MD5, RSA keySize < 1024
+jdk.jar.disabledAlgorithms=MD2, RSA keySize < 1024
--- a/src/share/lib/security/java.security-macosx	Wed Sep 21 13:42:08 2016 -0700
+++ b/src/share/lib/security/java.security-macosx	Thu Sep 22 03:03:31 2016 -0700
@@ -663,4 +663,4 @@
 # implementation. It is not guaranteed to be examined and used by other
 # implementations.
 #
-jdk.jar.disabledAlgorithms=MD2, MD5, RSA keySize < 1024
+jdk.jar.disabledAlgorithms=MD2, RSA keySize < 1024
--- a/src/share/lib/security/java.security-solaris	Wed Sep 21 13:42:08 2016 -0700
+++ b/src/share/lib/security/java.security-solaris	Thu Sep 22 03:03:31 2016 -0700
@@ -662,4 +662,4 @@
 # implementation. It is not guaranteed to be examined and used by other
 # implementations.
 #
-jdk.jar.disabledAlgorithms=MD2, MD5, RSA keySize < 1024
+jdk.jar.disabledAlgorithms=MD2, RSA keySize < 1024
--- a/src/share/lib/security/java.security-windows	Wed Sep 21 13:42:08 2016 -0700
+++ b/src/share/lib/security/java.security-windows	Thu Sep 22 03:03:31 2016 -0700
@@ -663,4 +663,4 @@
 # implementation. It is not guaranteed to be examined and used by other
 # implementations.
 #
-jdk.jar.disabledAlgorithms=MD2, MD5, RSA keySize < 1024
+jdk.jar.disabledAlgorithms=MD2, RSA keySize < 1024