SHA256
1
0
forked from pool/apache2

Accepting request 757900 from Apache

- add openssl call to DEFAULT_SUSE comment [bsc#1159480]
- modified sources
  % apache2-ssl-global.conf

OBS-URL: https://build.opensuse.org/request/show/757900
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2?expand=0&rev=163
This commit is contained in:
2019-12-23 21:39:16 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 1 deletions

View File

@@ -94,7 +94,7 @@
# List the ciphers that the client is permitted to negotiate.
# See the mod_ssl documentation for a complete list.
# The magic string "DEFAULT_SUSE" expands to an openssl defined
# secure list of default ciphers.
# secure list of default ciphers (openssl ciphers -v DEFAULT_SUSE).
SSLCipherSuite DEFAULT_SUSE
# SSLHonorCipherOrder

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Dec 18 16:36:08 UTC 2019 - pgajdos@suse.com
- add openssl call to DEFAULT_SUSE comment [bsc#1159480]
- modified sources
% apache2-ssl-global.conf
-------------------------------------------------------------------
Fri Nov 8 08:58:25 UTC 2019 - pgajdos@suse.com