aboutsummaryrefslogtreecommitdiff
path: root/changes/bug19066
AgeCommit message (Collapse)Author
2016-05-16dirauth: don't use hardcoded length when parsing digestsDavid Goulet
When parsing detached signature, we make sure that we use the length of the digest algorithm instead of an hardcoded DIGEST256_LEN in order to avoid comparing bytes out of bound with a smaller digest length such as SHA1. Fixes #19066 Signed-off-by: David Goulet <dgoulet@torproject.org>