Use case
Actually the documentation state you can do Verify (or Accurate) with flag 1 (SHA-1) or 5 (MD5) but what about for the others Signature algorithms.
Proposal
The code core/src/dird/verify.cc GetAttributesAndCompareToCatalog verify only
if do_Digest != CRYPTO_DIGEST_NONE so SHA-256, xxHASH128, etc will be verified if you use flag 1 or 5
We want to simplifies the code, and the documentation about this option:
Tracking Issues
Was discussed in bareos/internal/discussions/546