summarylogtreecommitdiffstats
path: root/0000-mirth-connector-enable-DH768.patch
diff options
context:
space:
mode:
Diffstat (limited to '0000-mirth-connector-enable-DH768.patch')
-rw-r--r--0000-mirth-connector-enable-DH768.patch20
1 files changed, 10 insertions, 10 deletions
diff --git a/0000-mirth-connector-enable-DH768.patch b/0000-mirth-connector-enable-DH768.patch
index 19fc170e6134..324aa1fcfd49 100644
--- a/0000-mirth-connector-enable-DH768.patch
+++ b/0000-mirth-connector-enable-DH768.patch
@@ -1,16 +1,16 @@
-diff -pNaru5 a/jre/lib/security/java.security b/jre/lib/security/java.security
---- a/jre/lib/security/java.security 2021-04-14 18:50:45.000000000 -0400
-+++ b/jre/lib/security/java.security 2022-02-11 17:16:44.159260698 -0500
-@@ -639,11 +639,11 @@ jdk.jar.disabledAlgorithms=MD2, MD5, RSA
- # Note: This property is currently used by the JDK Reference implementation.
- # It is not guaranteed to be examined and used by other implementations.
+diff -pNaru5 a/jre/conf/security/java.security b/jre/conf/security/java.security
+--- a/jre/conf/security/java.security 2023-06-01 17:27:03.000000000 -0400
++++ b/jre/conf/security/java.security 2023-07-02 14:33:19.627281466 -0400
+@@ -721,11 +721,11 @@ jdk.jar.disabledAlgorithms=MD2, MD5, RSA
#
# Example:
- # jdk.tls.disabledAlgorithms=MD5, SSLv3, DSA, RSA keySize < 2048
--jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024, \
-+jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 768, \
- EC keySize < 224, DES40_CBC, RC4_40, 3DES_EDE_CBC
+ # jdk.tls.disabledAlgorithms=MD5, SSLv3, DSA, RSA keySize < 2048, \
+ # rsa_pkcs1_sha1, secp224r1
+ jdk.tls.disabledAlgorithms=SSLv3, TLSv1, TLSv1.1, RC4, DES, MD5withRSA, \
+- DH keySize < 1024, EC keySize < 224, 3DES_EDE_CBC, anon, NULL
++ DH keySize < 768, EC keySize < 224, 3DES_EDE_CBC, anon, NULL
+ #
# Legacy algorithms for Secure Socket Layer/Transport Layer Security (SSL/TLS)
# processing in JSSE implementation.
#