Displaying 2 results from an estimated 2 matches for "xattr_sum_nni".
2024 Mar 12
1
rsync segfaults when openssl fips is enabled
...tfattr: Removing leading '/' from absolute path names
> # file: opt/x
> user.bla1="1234567890abcdef1234567890abcdef1" --------> 33 bytes long
>
> After examining the coredump file, this happens at;
>
> rsync/xattrs.c
> Line 277 in 2f9b963
>
> sum_init(xattr_sum_nni, checksum_seed);
>
> Here md5 is used by default and md5 usage is prohibited in fips mode.
>
> Is there any way to workaround this problem? Also, why not use xxhash for this operation like it's used by default during --checksum option.
>
> --
> Shedi
>
-------------- nex...
2024 Feb 21
1
rsync segfaults when openssl fips is enabled
...]# getfattr -d -m '' -- /opt/x
getfattr: Removing leading '/' from absolute path names
# file: opt/x
user.bla1="1234567890abcdef1234567890abcdef1" --------> 33 bytes long
After examining the coredump file, this happens at;
rsync/xattrs.c
Line 277 in 2f9b963
sum_init(xattr_sum_nni, checksum_seed);
Here md5 is used by default and md5 usage is prohibited in fips mode.
Is there any way to workaround this problem? Also, why not use xxhash
for this operation like it's used by default during --checksum option.
--
Shedi
-------------- next part --------------
An HTML attach...