Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1483970 - vsftpd: utilize system wide crypto policies
Summary: vsftpd: utilize system wide crypto policies
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: vsftpd
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Ondřej Lysoněk
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: fedora-crypto-policies 1527039
TreeView+ depends on / blocked
 
Reported: 2017-08-22 12:01 UTC by Nikos Mavrogiannopoulos
Modified: 2017-12-21 15:54 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1527039 (view as bug list)
Environment:
Last Closed: 2017-12-21 15:54:55 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Nikos Mavrogiannopoulos 2017-08-22 12:01:41 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 Martin Sehnoutka 2017-08-23 11:20:15 UTC
Hi,

I'm already working on OpenSSL 1.1 support and I'm going to work on this as well. vsftpd currently comes with a list of recommended ciphers, which I'll change to the system profile.

Our "upstream" package:
https://github.com/InfrastructureServices/vsftpd/commits/OpenSSL11


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