diff --git a/src/share/lib/security/java.security-aix b/src/share/lib/security/java.security-aix index 3d9e1b63a8687879901da3c0416fdcee9b8d4bc4..ae4791424da96b0e2b55f737ab8c956f4b526acb 100644 --- a/src/share/lib/security/java.security-aix +++ b/src/share/lib/security/java.security-aix @@ -660,4 +660,4 @@ jdk.tls.legacyAlgorithms= \ # 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 diff --git a/src/share/lib/security/java.security-linux b/src/share/lib/security/java.security-linux index 3d9e1b63a8687879901da3c0416fdcee9b8d4bc4..ae4791424da96b0e2b55f737ab8c956f4b526acb 100644 --- a/src/share/lib/security/java.security-linux +++ b/src/share/lib/security/java.security-linux @@ -660,4 +660,4 @@ jdk.tls.legacyAlgorithms= \ # 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 diff --git a/src/share/lib/security/java.security-macosx b/src/share/lib/security/java.security-macosx index 0e237058ffd61b5cc2a83b5985d6239d743ac429..2e25f9155d2debe22b8ee67e5324e3780564a700 100644 --- a/src/share/lib/security/java.security-macosx +++ b/src/share/lib/security/java.security-macosx @@ -663,4 +663,4 @@ jdk.tls.legacyAlgorithms= \ # 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 diff --git a/src/share/lib/security/java.security-solaris b/src/share/lib/security/java.security-solaris index 4c51bbaa0a0bbac7e98cc1340441e6e3a34c1df9..078fd665505c7216fcf67ec642d6155f3b428b7c 100644 --- a/src/share/lib/security/java.security-solaris +++ b/src/share/lib/security/java.security-solaris @@ -662,4 +662,4 @@ jdk.tls.legacyAlgorithms= \ # 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 diff --git a/src/share/lib/security/java.security-windows b/src/share/lib/security/java.security-windows index 55b6fb5eba8f8b0d62a2013c021acca99fa2cf15..d2ddbe5fdce235c684a6db900cb1cc9de20098d6 100644 --- a/src/share/lib/security/java.security-windows +++ b/src/share/lib/security/java.security-windows @@ -663,4 +663,4 @@ jdk.tls.legacyAlgorithms= \ # 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