From: teor Date: Sat, 30 Dec 2017 07:14:33 +0000 (+1100) Subject: Changes file for ticket 23966. X-Git-Tag: tor-0.3.3.1-alpha~59^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e7029621db85d5f2f26414531e1b9312677cc00f;p=thirdparty%2Ftor.git Changes file for ticket 23966. --- diff --git a/changes/ticket23966 b/changes/ticket23966 new file mode 100644 index 0000000000..72889c4cb6 --- /dev/null +++ b/changes/ticket23966 @@ -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".