Activity log for bug #1866504

Date Who What changed Old value New value Message
2020-03-07 20:44:34 Kenneth Loafman bug added bug
2020-03-07 20:47:29 Kenneth Loafman description When trying to use the application for backups (via Deja Dup) the process fails: Traceback (innermost last): File "/usr/bin/duplicity", line 1581, in <module> with_tempdir(main) File "/usr/bin/duplicity", line 1567, in with_tempdir fn() File "/usr/bin/duplicity", line 1406, in main action = commandline.ProcessCommandLine(sys.argv[1:]) File "/usr/lib64/python2.7/site-packages/duplicity/commandline.py", line 1096, in ProcessCommandLine args = parse_cmdline_options(cmdline_list) File "/usr/lib64/python2.7/site-packages/duplicity/commandline.py", line 730, in parse_cmdline_options globals.backup_name = generate_default_backup_name(backend_url) File "/usr/lib64/python2.7/site-packages/duplicity/commandline.py", line 125, in generate_default_backup_name burlhash = md5() ValueError: error:060800A3:digital envelope routines:EVP_DigestInit_ex:disabled for fips From what I have learned, the issue lies with Duplicity using md5 instead of SHA256 (or other FIPS compliant) Is there an option to enable something other than md5? Thanks From the discussion at https://answers.launchpad.net/duplicity/+question/689178 When trying to use the application for backups (via Deja Dup) the process fails: Traceback (innermost last):   File "/usr/bin/duplicity", line 1581, in <module>     with_tempdir(main)   File "/usr/bin/duplicity", line 1567, in with_tempdir     fn()   File "/usr/bin/duplicity", line 1406, in main     action = commandline.ProcessCommandLine(sys.argv[1:])   File "/usr/lib64/python2.7/site-packages/duplicity/commandline.py", line 1096, in ProcessCommandLine     args = parse_cmdline_options(cmdline_list)   File "/usr/lib64/python2.7/site-packages/duplicity/commandline.py", line 730, in parse_cmdline_options     globals.backup_name = generate_default_backup_name(backend_url)   File "/usr/lib64/python2.7/site-packages/duplicity/commandline.py", line 125, in generate_default_backup_name     burlhash = md5()  ValueError: error:060800A3:digital envelope routines:EVP_DigestInit_ex:disabled for fips From what I have learned, the issue lies with Duplicity using md5 instead of SHA256 (or other FIPS compliant) Is there an option to enable something other than md5? Thanks
2020-03-07 20:48:05 Kenneth Loafman duplicity: status New Triaged
2020-03-07 20:48:13 Kenneth Loafman duplicity: assignee Kenneth Loafman (kenneth-loafman)
2020-03-10 12:27:44 Kenneth Loafman duplicity: importance Undecided Medium
2021-03-27 15:49:45 Kenneth Loafman duplicity: status Triaged Invalid
2021-03-27 15:49:56 Kenneth Loafman duplicity: importance Medium Undecided
2021-03-27 15:50:00 Kenneth Loafman duplicity: assignee Kenneth Loafman (kenneth-loafman)