diff --git a/src/share/lib/security/java.security-aix b/src/share/lib/security/java.security-aix index 0b66c64649ff7ddb53e1ef1a170b349566fe420a..ac6cf5130590d5c3fffb0ed91d1d9ee02f518e2f 100644 --- a/src/share/lib/security/java.security-aix +++ b/src/share/lib/security/java.security-aix @@ -689,4 +689,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 1723215fb4e75c977969ee53250d750d4d0ac4ab..dc0bad12f9b0086e7a743c311bf94cd36d0ca85f 100644 --- a/src/share/lib/security/java.security-linux +++ b/src/share/lib/security/java.security-linux @@ -689,4 +689,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 7437ff5dfc13a55950965afcb241bb84bffdc807..92782e62be9a9ddd6e2185ac944825d324af0726 100644 --- a/src/share/lib/security/java.security-macosx +++ b/src/share/lib/security/java.security-macosx @@ -692,4 +692,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 559a5429b2cc5847ea843730fad55e4da09a16cb..7a1ef5ca0802edd330bbabd7ca14bbe90fb32a14 100644 --- a/src/share/lib/security/java.security-solaris +++ b/src/share/lib/security/java.security-solaris @@ -691,4 +691,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 dedb0244802ee5662999818ce2896910e42e5530..b69c43c3cfa65609e7043ed80128e563907b863b 100644 --- a/src/share/lib/security/java.security-windows +++ b/src/share/lib/security/java.security-windows @@ -692,4 +692,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