Bug 1179277

Summary: Utilize system-wide crypto-policies
Product: [Fedora] Fedora Reporter: Nikos Mavrogiannopoulos <nmavrogi>
Component: aria2Assignee: Othman Madjoudj <athmanem>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 21CC: athmanem, metherid
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-02-27 19:35:45 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1179209    

Description Nikos Mavrogiannopoulos 2015-01-06 14:26:09 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 Rahul Sundaram 2015-01-06 14:27:51 UTC
This should ideally be filed upstream with a patch.

Comment 2 Nikos Mavrogiannopoulos 2015-01-06 14:34:06 UTC
This is not an upstream request, this is fedora specific. Please check the packaging guidelines.

Comment 3 Othman Madjoudj 2015-02-27 19:35:45 UTC
Fixed in rawhide and f22 branches.

@Nikos Do we need this for F21 also ?

Comment 4 Nikos Mavrogiannopoulos 2015-02-28 10:48:53 UTC
(In reply to Athmane Madjoudj from comment #3)
> Fixed in rawhide and f22 branches.
> @Nikos Do we need this for F21 also ?

It's not necessary; it's up to you.