diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-11-14 22:21:45 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-11-15 15:57:41 -0500 |
commit | 87622e4c7e1a3b5c80e67141de7947d0304b6f31 (patch) | |
tree | f0ad2edc8f1562fb278e2d6f752edbc43f7e0040 /changes | |
parent | 26fcb4bb8c9d3f994a678b641db7b1c91fad8346 (diff) | |
download | tor-87622e4c7e1a3b5c80e67141de7947d0304b6f31.tar.gz tor-87622e4c7e1a3b5c80e67141de7947d0304b6f31.zip |
Allow up to a 30 days future skew, 48 hours past skew in certs.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug4371 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug4371 b/changes/bug4371 new file mode 100644 index 0000000000..37e6faa840 --- /dev/null +++ b/changes/bug4371 @@ -0,0 +1,3 @@ + o Minor bugfixes: + - Tolerate servers with more clock skew than previously. Fixes bug 4371; + bugfix on 0.2.3.6-alpha. |