[git] GCRYPT - branch, master, updated. libgcrypt-1.6.0-60-g50aeee5

Dmitry Eremin-Solenikov dbaryshkov at gmail.com
Thu Mar 13 12:19:18 CET 2014


On Thu, Mar 13, 2014 at 3:06 PM, by Werner Koch <cvs at cvs.gnupg.org> wrote:

[skipped]

> @@ -4064,6 +4137,11 @@ check_digests (void)
>
>    for (i = 0; algos[i].md; i++)
>      {
> +      if (gcry_md_test_algo (algos[i].md))
> +        {
> +          show_md_not_available (algos[i].md);
> +          continue;
> +        }
>        if ((gcry_md_test_algo (algos[i].md) || algos[i].md == GCRY_MD_MD5)
>            && in_fips_mode)
>          {

Will the code ever hit the in_fips_mode check? I assume not.
The same issue applies to the rest of hunks.



-- 
With best wishes
Dmitry



More information about the Gcrypt-devel mailing list