summaryrefslogtreecommitdiff
path: root/changes/dhparam
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-01-24 16:03:14 -0500
committerNick Mathewson <nickm@torproject.org>2011-02-10 15:55:06 -0500
commit50c259d763c7471588b4e1f242695d2652e4284b (patch)
tree95018c9f25fde4fbf49338ecfb6af098b8558ecb /changes/dhparam
parent5fc6967956610111d8cf24792ddf000bd83b4b86 (diff)
downloadtor-50c259d763c7471588b4e1f242695d2652e4284b.tar.gz
tor-50c259d763c7471588b4e1f242695d2652e4284b.zip
Make the DH parameter we use for TLS match the one from Apache's mod_ssl
Our regular DH parameters that we use for circuit and rendezvous crypto are unchanged. This is yet another small step on the path of protocol fingerprinting resistance. (Backport from 0.2.2's 5ed73e3807d90dd0a3)
Diffstat (limited to 'changes/dhparam')
-rw-r--r--changes/dhparam3
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/dhparam b/changes/dhparam
new file mode 100644
index 0000000000..cb31243ba9
--- /dev/null
+++ b/changes/dhparam
@@ -0,0 +1,3 @@
+ o Minor features
+ - Adjust our TLS Diffie-Hellman parameters to match those used by
+ Apache's mod_ssl.