Bug 1489829 - php: Utilize system-wide crypto-policies
Summary: php: Utilize system-wide crypto-policies
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: php
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Remi Collet
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: fedora-crypto-policies
TreeView+ depends on / blocked
 
Reported: 2017-09-08 12:29 UTC by Nikos Mavrogiannopoulos
Modified: 2017-09-08 13:05 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-09-08 12:38:02 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Nikos Mavrogiannopoulos 2017-09-08 12:29:29 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 Remi Collet 2017-09-08 12:38:02 UTC
PHP is build using --with-system-ciphers option for a very long time ;)

Comment 2 Remi Collet 2017-09-08 12:43:41 UTC
Notice: this build option was especially added to comply with Fedora policy ;)

* Fri Oct  3 2014 Remi Collet <remi> 5.6.1-1
- Update to PHP 5.6.1
  http://php.net/releases/5_6_1.php
- use default system cipher list by Fedora policy
  http://fedoraproject.org/wiki/Changes/CryptoPolicy

Comment 3 Nikos Mavrogiannopoulos 2017-09-08 13:05:02 UTC
Thank you.


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