diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-01-03 09:45:53 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-01-03 09:45:53 -0500 |
commit | abdc6aede2187e3b77ccf2d9a91c9443dab2109e (patch) | |
tree | 70f59446095589e832323e2fdd4addea05b50cfc /changes | |
parent | 98736cf36a1d8250e53a0c86a0b80fdb75f0d551 (diff) | |
parent | b82717b27378a0f8048da9d865a8bd3c6dfedd6f (diff) | |
download | tor-abdc6aede2187e3b77ccf2d9a91c9443dab2109e.tar.gz tor-abdc6aede2187e3b77ccf2d9a91c9443dab2109e.zip |
Merge branch 'ticket28851_035_squashed' into maint-0.3.5
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket28851 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket28851 b/changes/ticket28851 new file mode 100644 index 0000000000..bab0318662 --- /dev/null +++ b/changes/ticket28851 @@ -0,0 +1,4 @@ + o Minor features (performance): + - Stop re-validating our hardcoded Diffie-Hellman parameters on every + startup. Doing this wasted time and cycles, especially on low-powered + devices. Closes ticket 28851. |