diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-08-29 15:05:05 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-08-29 15:05:05 -0400 |
commit | 94605f08fb89ea79409225362d2fa0f8a07435d7 (patch) | |
tree | 8905ef80ef6daec743eb1fd8f63c38e3ab98f3d5 /changes | |
parent | 810152b20f6d773172e1f28ab72a1d4b2fda2d82 (diff) | |
parent | 6c0c08bbb506f47bf97bba82e4421592f71455d7 (diff) | |
download | tor-94605f08fb89ea79409225362d2fa0f8a07435d7.tar.gz tor-94605f08fb89ea79409225362d2fa0f8a07435d7.zip |
Merge branch 'ticket27246_035_01_squashed'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket27246 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket27246 b/changes/ticket27246 new file mode 100644 index 0000000000..c0d665d4cb --- /dev/null +++ b/changes/ticket27246 @@ -0,0 +1,4 @@ + o Minor features (memory usage): + - When not using them, store legacy TAP public onion keys in + DER-encoded format, rather than as expanded public keys. This should + save several megabytes on typical clients. Closes ticket 27246. |