Closed jbdatko closed 9 years ago
The stdlib memcmp is vulnerable to timing attacks because it fails at first difference. This PR defines util_ct_memcmp which is the same signature as memcmp but will not leak timing.
It also adds a make TAGS to be more friendly to emacs users.
:+1:
The stdlib memcmp is vulnerable to timing attacks because it fails at first difference. This PR defines util_ct_memcmp which is the same signature as memcmp but will not leak timing.
It also adds a make TAGS to be more friendly to emacs users.