aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-12-29 09:43:01 -0500
committerNick Mathewson <nickm@torproject.org>2015-12-29 09:43:01 -0500
commitbc2cd0ff2bfc70916efe6b6a7fe0a4aae481df3b (patch)
tree487541c12f604a0d485d1c5f8d6d2f634258af2c /changes
parent9a901aaa01eb3c362cc84836b54307b32f44295b (diff)
downloadtor-bc2cd0ff2bfc70916efe6b6a7fe0a4aae481df3b.tar.gz
tor-bc2cd0ff2bfc70916efe6b6a7fe0a4aae481df3b.zip
Use timingsafe_memcmp() where available.
See ticket 17944; patch from "logan".
Diffstat (limited to 'changes')
-rw-r--r--changes/179443
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/17944 b/changes/17944
new file mode 100644
index 0000000000..b2795064e6
--- /dev/null
+++ b/changes/17944
@@ -0,0 +1,3 @@
+ o Minor features (portability):
+ - Use timingsafe_memcmp() where available. Closes ticket 17944;
+ patch from "logan".