changeset 8526:fd72e5a47a30

8162792: Remove constraint DSA keySize < 1024 from jdk.jar.disabledAlgorithms in jdk8 Reviewed-by: ascarpino, mullan
author igerasim
date Sat, 30 Jul 2016 04:02:16 +0300
parents 2818bf443dfe
children 856346f0286e
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(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/lib/security/java.security-linux	Wed Oct 19 17:48:19 2016 +0100
+++ b/src/share/lib/security/java.security-linux	Sat Jul 30 04:02:16 2016 +0300
@@ -584,5 +584,4 @@
 # implementation. It is not guaranteed to be examined and used by other
 # implementations.
 #
-jdk.jar.disabledAlgorithms=MD2, MD5, RSA keySize < 1024, \
-      DSA keySize < 1024
+jdk.jar.disabledAlgorithms=MD2, MD5, RSA keySize < 1024
--- a/src/share/lib/security/java.security-macosx	Wed Oct 19 17:48:19 2016 +0100
+++ b/src/share/lib/security/java.security-macosx	Sat Jul 30 04:02:16 2016 +0300
@@ -589,5 +589,4 @@
 # implementation. It is not guaranteed to be examined and used by other
 # implementations.
 #
-jdk.jar.disabledAlgorithms=MD2, MD5, RSA keySize < 1024, \
-      DSA keySize < 1024
+jdk.jar.disabledAlgorithms=MD2, MD5, RSA keySize < 1024
--- a/src/share/lib/security/java.security-solaris	Wed Oct 19 17:48:19 2016 +0100
+++ b/src/share/lib/security/java.security-solaris	Sat Jul 30 04:02:16 2016 +0300
@@ -588,5 +588,4 @@
 # implementation. It is not guaranteed to be examined and used by other
 # implementations.
 #
-jdk.jar.disabledAlgorithms=MD2, MD5, RSA keySize < 1024, \
-      DSA keySize < 1024
+jdk.jar.disabledAlgorithms=MD2, MD5, RSA keySize < 1024
--- a/src/share/lib/security/java.security-windows	Wed Oct 19 17:48:19 2016 +0100
+++ b/src/share/lib/security/java.security-windows	Sat Jul 30 04:02:16 2016 +0300
@@ -589,5 +589,4 @@
 # implementation. It is not guaranteed to be examined and used by other
 # implementations.
 #
-jdk.jar.disabledAlgorithms=MD2, MD5, RSA keySize < 1024, \
-      DSA keySize < 1024
+jdk.jar.disabledAlgorithms=MD2, MD5, RSA keySize < 1024