On 3/9/17, [email protected] <[email protected]> wrote: > Confused a bit reading this...will Fossil 2.1 default to sha3 or sha1 > hardened?
The default hash-policy is "auto", which means use Hardened-SHA1 for all repos that have only SHA1 artifacts, but promote to "sha3" in any repository that contains one or more SHA3 artifacts. So when working with legacy repositories, only Hardened-SHA1 artifacts are generated. But when you create a new repository using "fossil new" the initial check-in is SHA3 (unless you use the --sha1 command-line option) which causes the default "auto" to immediately promote to "sha3". -- D. Richard Hipp [email protected] _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

