summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-08-29 15:02:59 -0400
committerNick Mathewson <nickm@torproject.org>2018-08-29 15:02:59 -0400
commit7f1895c39a860437f4a1ec830f26d7d568facb63 (patch)
treef9effe27473a6627cc3eedd77623aa80578fadc0 /changes
parent2f6bc74914d60b62b8e61904aae16c84c2b1181d (diff)
downloadtor-7f1895c39a860437f4a1ec830f26d7d568facb63.tar.gz
tor-7f1895c39a860437f4a1ec830f26d7d568facb63.zip
Changes for 27246
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket272464
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.