diff options
author | George Kadianakis <desnacked@gmail.com> | 2011-11-26 19:29:57 +0100 |
---|---|---|
committer | George Kadianakis <desnacked@gmail.com> | 2011-11-26 19:29:57 +0100 |
commit | 055d6c01fff3324dbb38c2d81ad49ccfdb5432c2 (patch) | |
tree | 91703162538ff1bd3df00b07eb06d7470c1e8328 /src/or/router.c | |
parent | f28014bf1aa4274a35404ccc37b559b5531f1835 (diff) | |
download | tor-055d6c01fff3324dbb38c2d81ad49ccfdb5432c2.tar.gz tor-055d6c01fff3324dbb38c2d81ad49ccfdb5432c2.zip |
Write dynamic DH parameters to a file.
Instead of only writing the dynamic DH prime modulus to a file, write
the whole DH parameters set for forward compatibility. At the moment
we only accept '2' as the group generator.
The DH parameters gets stored in base64-ed DER format to the
'dynamic_dh_params' file.
Diffstat (limited to 'src/or/router.c')
-rw-r--r-- | src/or/router.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/router.c b/src/or/router.c index 67e98da239..5d36939a8b 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -484,7 +484,6 @@ v3_authority_check_key_expiry(void) last_warned = now; } - int router_initialize_tls_context(void) { |