Bug 999275

Summary: librsync is not FIPS 140-2 complaint with MD5
Product: [Fedora] Fedora Reporter: Benjamin Kingston <ACiDGRiM>
Component: librsyncAssignee: Robert Scheck <redhat-bugzilla>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 18CC: ACiDGRiM, redhat-bugzilla
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-08-21 07:50:25 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:

Description Benjamin Kingston 2013-08-21 05:14:18 UTC
Description of problem:
librsync seems to use MD5 which is unavailable in a FIPS environment. I am currently attempting to use duplicity (which uses librsync) which fails under FIPS.

Version-Release number of selected component (if applicable):
librsync-0.9.7-18

How reproducible:
Every time

Steps to Reproduce:
1.Enable FIPS in kernel
2.Run librsync dependant program such as duplicity
3.ValueError: error:060800A3:digital envelope routines:EVP_DigestInit_ex:disabled for fips

Actual results:
ValueError: error:060800A3:digital envelope routines:EVP_DigestInit_ex:disabled for fips

Expected results:
librsync detects FIPS environment or by default selects at least SHA-1, preferably SHA256

Additional info:

Comment 1 Benjamin Kingston 2013-08-21 07:50:25 UTC
NOTABUG. Found the issue is in duplicity directly.