diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-11-03 13:01:59 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-11-20 00:48:25 -0500 |
commit | 7992eb43c5d9313ad66d9fea46121a47d0ca997c (patch) | |
tree | 2f894f2db5d8a5bc4fbe1228f62519ccc0d1d11e /changes | |
parent | f2f156f0e8aa404cbfa84af262b8933ecf0ad5e9 (diff) | |
download | tor-7992eb43c5d9313ad66d9fea46121a47d0ca997c.tar.gz tor-7992eb43c5d9313ad66d9fea46121a47d0ca997c.zip |
Log more loudly on a bad cert from an authority.
Clock skew made this situation way too frequent so we demoted it to
"protocol_warn", but when there's an authority, it should really just
be warn.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug4370 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug4370 b/changes/bug4370 new file mode 100644 index 0000000000..168ec916f8 --- /dev/null +++ b/changes/bug4370 @@ -0,0 +1,4 @@ + o Minor bugfixes: + - Log less loudly when we get an invalid certificate from a source other + than a directory authority: it's not unusual to see invalid certs + because of clock skew. Fixes bug 4370; bugfix on 0.2.3.6-alpha. |