Add support for various SHA checksum digests
authorWayne Davison <wayne@opencoder.net>
Sat, 10 Sep 2022 17:23:36 +0000 (10:23 -0700)
committerWayne Davison <wayne@opencoder.net>
Sat, 10 Sep 2022 18:48:44 +0000 (11:48 -0700)
commitae16850dc58e884eb9f5cb7f772342b2db28f471
treead0fb1728258dcc927eeef5219ac32add0b0f0ef
parent7e2711bb2b4b30bc842dd8670c34a87e2ca0c2df
Add support for various SHA checksum digests

The main purpose of the SHA checksums are to allow the daemon auth code
to pick a stonger digest method when negotiating the auth digest to use.
However, the SHA digests are also available for use in file checksums,
should someon really want to use one of them.

The new digests are listed from strongest to weakest at the start of the
daemon auth list, giving them the highest priority.

The new digests are listed from weakest to strongest near the end of the
checksum list, giving them the lowest priority of use for file
checksums.
NEWS.md
checksum.c
lib/md-defines.h
lib/mdigest.h
rsync.1.md