summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/address_tests2
-rw-r--r--changes/fomit-frame-pointer6
-rw-r--r--changes/onion_tap_tests2
3 files changed, 10 insertions, 0 deletions
diff --git a/changes/address_tests b/changes/address_tests
new file mode 100644
index 0000000000..b5a8012436
--- /dev/null
+++ b/changes/address_tests
@@ -0,0 +1,2 @@
+ o New unit tests:
+ - More unit tests for address-manipulation functions.
diff --git a/changes/fomit-frame-pointer b/changes/fomit-frame-pointer
new file mode 100644
index 0000000000..67706246ad
--- /dev/null
+++ b/changes/fomit-frame-pointer
@@ -0,0 +1,6 @@
+ o Minor features (performance):
+ - If we're using the pure-C 32-bit curve25519_donna implementation
+ of curve25519, build it with the -fomit-frame-pointer option to
+ make it go faster on register-starved hosts. This improves our
+ handshake performance by about 6% on i386 hosts without nacl.
+ Closes ticket 8109.
diff --git a/changes/onion_tap_tests b/changes/onion_tap_tests
new file mode 100644
index 0000000000..f98243323e
--- /dev/null
+++ b/changes/onion_tap_tests
@@ -0,0 +1,2 @@
+ o New unit tests:
+ - Unit tests for failing cases of the TAP onion handshake.