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.
This commit is contained in:
Nick Mathewson
2011-11-03 13:01:59 -04:00
parent f2f156f0e8
commit 7992eb43c5
2 changed files with 15 additions and 2 deletions
+4
View File
@@ -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.