changeset 9020:c16fb4099a2b jdk7u121-b00

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 da7081bc906e
children b3dfb922d23a
files 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 4 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/lib/security/java.security-linux	Wed Sep 14 11:41:41 2016 +0300
+++ b/src/share/lib/security/java.security-linux	Thu Sep 22 03:03:31 2016 -0700
@@ -584,4 +584,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 14 11:41:41 2016 +0300
+++ b/src/share/lib/security/java.security-macosx	Thu Sep 22 03:03:31 2016 -0700
@@ -589,4 +589,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 14 11:41:41 2016 +0300
+++ b/src/share/lib/security/java.security-solaris	Thu Sep 22 03:03:31 2016 -0700
@@ -588,4 +588,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 14 11:41:41 2016 +0300
+++ b/src/share/lib/security/java.security-windows	Thu Sep 22 03:03:31 2016 -0700
@@ -589,4 +589,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