omajid pushed to java-1.8.0-openjdk (master). "Disable various EC algorithms in configuration"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Mar 25 19:29:01 UTC 2015


>From ef7c54f52808190ccfb56eac404c4729dbc985c8 Mon Sep 17 00:00:00 2001
From: Omair Majid <omajid at redhat.com>
Date: Wed, 25 Mar 2015 14:59:21 -0400
Subject: Disable various EC algorithms in configuration


diff --git a/java-1.8.0-openjdk.spec b/java-1.8.0-openjdk.spec
index 5c2f414..da3b4f9 100644
--- a/java-1.8.0-openjdk.spec
+++ b/java-1.8.0-openjdk.spec
@@ -635,7 +635,7 @@ Obsoletes: java-1.7.0-openjdk-accessibility%1
 
 Name:    java-%{javaver}-%{origin}
 Version: %{javaver}.%{updatever}
-Release: 22.%{buildver}%{?dist}
+Release: 23.%{buildver}%{?dist}
 # java-1.5.0-ibm from jpackage.org set Epoch to 1 for unknown reasons,
 # and this change was brought into RHEL-4.  java-1.5.0-ibm packages
 # also included the epoch in their virtual provides.  This created a
@@ -1697,6 +1697,9 @@ end
 
 
 %changelog
+* Wed Mar 25 2015 Omair Majid <omajid at redhat.com> - 1:1.8.0.40-23.b25
+- Disable various EC algorithms in configuration
+
 * Mon Mar 23 2015 Jiri Vanek <jvanek at redhat.com> - 1:1.8.0.40-22.b25
 - sytemtap made working for dual package
 
diff --git a/removeSunEcProvider-RH1154143.patch b/removeSunEcProvider-RH1154143.patch
index 8b9ced9..9f8802d 100644
--- a/removeSunEcProvider-RH1154143.patch
+++ b/removeSunEcProvider-RH1154143.patch
@@ -21,3 +21,9 @@
  
  #
  # Sun Provider SecureRandom seed source.
+@@ -504,4 +504,4 @@
+ #
+ # Example:
+ #   jdk.tls.disabledAlgorithms=MD5, SSLv3, DSA, RSA keySize < 2048
+-jdk.tls.disabledAlgorithms=SSLv3
++jdk.tls.disabledAlgorithms=SSLv3,EC,ECDHE,ECDH
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/java-1.8.0-openjdk.git/commit/?h=master&id=ef7c54f52808190ccfb56eac404c4729dbc985c8


More information about the scm-commits mailing list