changeset 12389:f91e3aa155b3 jdk8u121-b02

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 e895d4e7c2ec
children 94a831257618
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	Tue Sep 20 16:54:21 2016 +0100
+++ b/src/share/lib/security/java.security-aix	Thu Sep 22 03:03:31 2016 -0700
@@ -689,4 +689,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	Tue Sep 20 16:54:21 2016 +0100
+++ b/src/share/lib/security/java.security-linux	Thu Sep 22 03:03:31 2016 -0700
@@ -689,4 +689,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	Tue Sep 20 16:54:21 2016 +0100
+++ b/src/share/lib/security/java.security-macosx	Thu Sep 22 03:03:31 2016 -0700
@@ -692,4 +692,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	Tue Sep 20 16:54:21 2016 +0100
+++ b/src/share/lib/security/java.security-solaris	Thu Sep 22 03:03:31 2016 -0700
@@ -691,4 +691,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	Tue Sep 20 16:54:21 2016 +0100
+++ b/src/share/lib/security/java.security-windows	Thu Sep 22 03:03:31 2016 -0700
@@ -692,4 +692,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