diff options
author | teor <teor2345@gmail.com> | 2017-12-30 18:14:33 +1100 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2017-12-30 18:14:33 +1100 |
commit | e7029621db85d5f2f26414531e1b9312677cc00f (patch) | |
tree | 898ac54b5a0cb2d62a5a214f3aa4de8e197a5420 /changes/ticket23966 | |
parent | 01efbe3bd3d7e7d3bd372c04531ea2825ac9f706 (diff) | |
download | tor-e7029621db85d5f2f26414531e1b9312677cc00f.tar.gz tor-e7029621db85d5f2f26414531e1b9312677cc00f.zip |
Changes file for ticket 23966.
Diffstat (limited to 'changes/ticket23966')
-rw-r--r-- | changes/ticket23966 | 5 |
1 files changed, 5 insertions, 0 deletions
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". |