Commit 4a17c541 authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

Merge remote-tracking branch 'origin/maint-0.2.6'

parents 3e9409ef fec73c87
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
  o Minor bugfixes:
  o Minor bugfixes (certificate handling):
    - Remove any old authority certificates that have been superseded
      for at least two days.  Previously, we would keep superseded
      certificates until they expired, if they were published close
+1 −1
Original line number Diff line number Diff line
  o Minor bugfixes:
  o Minor bugfixes (certificate handling):
    - If an authority operator accidentally makes a signing certificate with
      a future publication time, do not discard its real signing
      certificates. Fixes bug 11457; bugfix on 0.2.0.3-alpha.
+2 −2
Original line number Diff line number Diff line
  o Minor bugfixes:
  o Minor bugfixes (testing):
    - Fix endianness issues in unit test for resolve_my_address() to
      have it pass on big endian systems. Resolves issue 14980; bugfix on
      have it pass on big endian systems. Fixes bug 14980; bugfix on
      Tor 0.2.6.3-alpha.