Bug 1348123 - mariadb: utilize system-wide crypto-policies
Summary: mariadb: utilize system-wide crypto-policies
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: mariadb
Version: 25
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Michal Schorm
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: fedora-crypto-policies
TreeView+ depends on / blocked
 
Reported: 2016-06-20 08:44 UTC by Nikos Mavrogiannopoulos
Modified: 2017-01-10 08:58 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-01-10 08:58:54 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Nikos Mavrogiannopoulos 2016-06-20 08:44:15 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 Jan Kurik 2016-07-26 04:23:21 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 25 development cycle.
Changing version to '25'.

Comment 2 Fedora Admin XMLRPC Client 2016-11-15 10:32:57 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 4 Honza Horak 2017-01-10 08:53:01 UTC
Just checked the code and the only relevant code seems to be this line:
https://github.com/MariaDB/server/blob/10.1/vio/viosslfactories.c#L208

I.e. SSL_CTX_set_cipher_list is called only if user specifies cipher list, otherwise the function is not called. There is also no default value in any config file provided.

I'm not sure, but it seems to me like it is compliant with the guidelines.

Comment 5 Nikos Mavrogiannopoulos 2017-01-10 08:58:54 UTC
Cool thank you.


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