Make the DH parameter we use for TLS match the one from Apache's mod_ssl
commit5ed73e3807d90dd0a3a2e5542f98a0a58374a066
authorNick Mathewson <nickm@torproject.org>
Mon, 24 Jan 2011 21:03:14 +0000 (24 16:03 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 24 Jan 2011 21:50:11 +0000 (24 16:50 -0500)
tree7cd2519566d26786ae866f3c516e2b9a40643a6b
parent13e9a2b19d4a65d9761256ac72f754c35c371b0b
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.
changes/dhparam [new file with mode: 0644]
src/common/crypto.c
src/common/crypto.h
src/common/tortls.c
src/or/onion.c
src/or/rendclient.c
src/or/rendservice.c
src/test/test_crypto.c