Make the DH parameter we use for TLS match the one from Apache's mod_ssl
commit50c259d763c7471588b4e1f242695d2652e4284b
authorNick Mathewson <nickm@torproject.org>
Mon, 24 Jan 2011 21:03:14 +0000 (24 16:03 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 10 Feb 2011 20:55:06 +0000 (10 15:55 -0500)
tree95018c9f25fde4fbf49338ecfb6af098b8558ecb
parent5fc6967956610111d8cf24792ddf000bd83b4b86
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)
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/or/test.c