Bug 1179232 - Utilize system-wide crypto-policies
Summary: Utilize system-wide crypto-policies
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: nginx
Version: 22
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Nobody's working on this, feel free to take it
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: fedora-crypto-policies
TreeView+ depends on / blocked
 
Reported: 2015-01-06 13:08 UTC by Nikos Mavrogiannopoulos
Modified: 2020-11-05 09:43 UTC (History)
7 users (show)

Fixed In Version: nginx-1.8.0-11.fc23
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-08-18 05:13:35 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Nikos Mavrogiannopoulos 2015-01-06 13:08:49 UTC
Please convert to use the system's crypto policy for SSL and TLS:
https://fedoraproject.org/wiki/Packaging:CryptoPolicies

If this program is compiled against gnutls, change the default priority string to be "@SYSTEM" or to use gnutls_set_default_priority().

If this program is compiled against openssl, and there is no default cipher list specified, you don't need to modify it. Otherwise replace the default cipher list with "PROFILE=SYSTEM".

In both cases please verify that the application uses the system's crypto policies.

If the package is already using the system-wide crypto policies, or it does not use SSL or TLS, no action is required, the bug can simply be closed.

Comment 1 Nikos Mavrogiannopoulos 2015-06-19 09:08:01 UTC
The change for the nginx package is trivial. Edit nginx.conf.default and replace "ssl_ciphers  HIGH:!aNULL:!MD5;" with
"ssl ciphers  PROFILE=SYSTEM;"

Comment 2 Fedora Update System 2015-08-12 08:47:18 UTC
nginx-1.8.0-11.fc23 has been submitted as an update for Fedora 23.
https://admin.fedoraproject.org/updates/nginx-1.8.0-11.fc23

Comment 3 Fedora Update System 2015-08-12 20:10:06 UTC
Package nginx-1.8.0-11.fc23:
* should fix your issue,
* was pushed to the Fedora 23 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing nginx-1.8.0-11.fc23'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2015-13265/nginx-1.8.0-11.fc23
then log in and leave karma (feedback).

Comment 4 Fedora Update System 2015-08-18 05:13:35 UTC
nginx-1.8.0-11.fc23 has been pushed to the Fedora 23 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.