diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-01-10 09:38:38 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-01-10 09:38:38 -0500 |
commit | 4715d818092e02f2c530b172b351d9a2d11df735 (patch) | |
tree | bcffd533089ecfb8ae1fd59a705a72a663660e71 /changes | |
parent | 2d2a0c4116cdefe1c001a047d09b38bdacc79b3c (diff) | |
parent | e7029621db85d5f2f26414531e1b9312677cc00f (diff) | |
download | tor-4715d818092e02f2c530b172b351d9a2d11df735.tar.gz tor-4715d818092e02f2c530b172b351d9a2d11df735.zip |
Merge remote-tracking branch 'teor/Bug-23966'
Diffstat (limited to 'changes')
-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". |