quel 64bit warnings, fixup implicit encoding for template, fix spelling

This commit is contained in:
Love Hornquist Astrand
2013-06-03 21:45:51 -07:00
parent b301e47fb8
commit 060474df16
44 changed files with 977 additions and 515 deletions

View File

@@ -620,6 +620,9 @@ rsa_verify_signature(hx509_context context,
&di.digestAlgorithm,
data,
&di.digest);
if (ret)
goto out;
} else {
if ((size_t)retsize != data->length ||
ct_memcmp(to, data->data, retsize) != 0)
@@ -629,8 +632,8 @@ rsa_verify_signature(hx509_context context,
goto out;
}
free(to);
ret = 0;
}
ret = 0;
out:
free_DigestInfo(&di);