aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2011-09-13 18:24:45 -0400
committerRoger Dingledine <arma@torproject.org>2011-09-13 18:24:45 -0400
commit62ec584a3014b9b9333dcc6feb4989d1592d6d26 (patch)
treeabba517b55ab5990fc0b05ff2fb76d5e9bc85f87 /changes
parentc75ee94ab41e3a76e8159366defe3159614b497c (diff)
downloadtor-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/bug40143
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.