Files
fwknop/lib
Michael Rash 54872acfc3 Convert strncmp() calls to constant_runtime_cmp() at various places
This commit is a follow up to Ryman's report (#85) of a potential timing attack
that could be leveraged against fwknop when strncmp() is used to compare HMAC
digests.  All strncmp() calls that do similar things have been replaced with a
new constant_runtime_cmp() function that mitigates this problem.
2013-06-01 21:55:45 -04:00
..
2013-03-29 20:42:44 -04:00
2013-03-03 14:29:08 -05:00
2013-03-10 14:56:39 -04:00