Disable various EC algorithms in configuration
This commit is contained in:
parent
5d5c27d8d3
commit
ef7c54f528
@ -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@redhat.com> - 1:1.8.0.40-23.b25
|
||||
- Disable various EC algorithms in configuration
|
||||
|
||||
* Mon Mar 23 2015 Jiri Vanek <jvanek@redhat.com> - 1:1.8.0.40-22.b25
|
||||
- sytemtap made working for dual package
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user