]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for ticket 23966.
authorteor <teor2345@gmail.com>
Sat, 30 Dec 2017 07:14:33 +0000 (18:14 +1100)
committerteor <teor2345@gmail.com>
Sat, 30 Dec 2017 07:14:33 +0000 (18:14 +1100)
changes/ticket23966 [new file with mode: 0644]

diff --git a/changes/ticket23966 b/changes/ticket23966
new file mode 100644 (file)
index 0000000..72889c4
--- /dev/null
@@ -0,0 +1,5 @@
+  o Code simplification and refactoring:
+    - Remove duplicate code in node_has_curve25519_onion_key() and
+      node_get_curve25519_onion_key(), and add a check for a zero microdesc
+      curve25519 onion key. Closes ticket 23966, patch by "aruna1234" and
+      "teor".