diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-01-24 16:03:14 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-01-24 16:50:11 -0500 |
commit | 5ed73e3807d90dd0a3a2e5542f98a0a58374a066 (patch) | |
tree | 7cd2519566d26786ae866f3c516e2b9a40643a6b /changes | |
parent | 13e9a2b19d4a65d9761256ac72f754c35c371b0b (diff) | |
download | tor-5ed73e3807d90dd0a3a2e5542f98a0a58374a066.tar.gz tor-5ed73e3807d90dd0a3a2e5542f98a0a58374a066.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.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/dhparam | 3 |
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. |