]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes for 27246
authorNick Mathewson <nickm@torproject.org>
Wed, 29 Aug 2018 19:02:59 +0000 (15:02 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 29 Aug 2018 19:02:59 +0000 (15:02 -0400)
changes/ticket27246 [new file with mode: 0644]

diff --git a/changes/ticket27246 b/changes/ticket27246
new file mode 100644 (file)
index 0000000..c0d665d
--- /dev/null
@@ -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.