diff options
author | Roger Dingledine <arma@torproject.org> | 2011-09-13 18:24:45 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2011-09-13 18:24:45 -0400 |
commit | 62ec584a3014b9b9333dcc6feb4989d1592d6d26 (patch) | |
tree | abba517b55ab5990fc0b05ff2fb76d5e9bc85f87 /changes | |
parent | c75ee94ab41e3a76e8159366defe3159614b497c (diff) | |
download | tor-62ec584a3014b9b9333dcc6feb4989d1592d6d26.tar tor-62ec584a3014b9b9333dcc6feb4989d1592d6d26.tar.gz |
Generate our ssl session certs with a plausible lifetime
Nobody but Tor uses certs on the wire with 2 hour lifetimes,
and it makes us stand out. Resolves ticket 4014.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug4014 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug4014 b/changes/bug4014 new file mode 100644 index 000000000..9c20c6c33 --- /dev/null +++ b/changes/bug4014 @@ -0,0 +1,3 @@ + o Minor features: + - Adjust the expiration time on our SSL session certificates to + better match SSL certs seen in the wild. Resolves ticket 4014. |