add SSLCipherSuite

This commit is contained in:
zhuchengliang 2020-01-19 23:44:03 +08:00
parent 1cf6d3dd42
commit 073e85fdd1
2 changed files with 9 additions and 3 deletions

View File

@ -8,7 +8,7 @@
Name: httpd Name: httpd
Summary: Apache HTTP Server Summary: Apache HTTP Server
Version: 2.4.34 Version: 2.4.34
Release: 13 Release: 14
License: ASL 2.0 License: ASL 2.0
URL: https://httpd.apache.org/ URL: https://httpd.apache.org/
Source0: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2 Source0: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
@ -535,6 +535,12 @@ exit $rv
%{_rpmconfigdir}/macros.d/macros.httpd %{_rpmconfigdir}/macros.d/macros.httpd
%changelog %changelog
* Sun Jan 19 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.4.34-14
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:add SSLCipherSuite
* Sat Jan 11 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.4.34-13 * Sat Jan 11 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.4.34-13
- Type:NA - Type:NA
- ID:NA - ID:NA

View File

@ -86,8 +86,8 @@ SSLHonorCipherOrder on
# See the mod_ssl documentation for a complete list. # See the mod_ssl documentation for a complete list.
# The OpenSSL system profile is configured by default. See # The OpenSSL system profile is configured by default. See
# update-crypto-policies(8) for more details. # update-crypto-policies(8) for more details.
SSLCipherSuite PROFILE=SYSTEM SSLCipherSuite HIGH:MEDIUM:!aNULL:!MD5:!SHA1:!RC4
SSLProxyCipherSuite PROFILE=SYSTEM SSLProxyCipherSuite HIGH:MEDIUM:!aNULL:!MD5:!SHA1:!RC4
# Point SSLCertificateFile at a PEM encoded certificate. If # Point SSLCertificateFile at a PEM encoded certificate. If
# the certificate is encrypted, then you will be prompted for a # the certificate is encrypted, then you will be prompted for a