Commit 16409449 authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

remove changes files for already-moved things

parent e8814816
Loading
Loading
Loading
Loading

changes/bug11447

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
  o Minor features (DoS-resistance):
    - Decrease the amount of reattempts that a hidden service is
      willing to perform when its rendezvous circuits fail. This
      reduces the computational cost for hidden service under heavy
      load. Resolves ticket #11447.
 No newline at end of file

changes/bug15600

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
  o Major bugfixes (security, hidden service):
    - Fix an issue that would allow a malicious client to trigger
      an assertion failure and halt a hidden service. Fixes
      bug 15600; bugfix on 0.2.1.6-alpha. Reported by "skruffy".

changes/bug15601

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
  o Major bugfixes (security, hidden service):
    - Fix a bug that could cause a client to crash with an assertion
      failure when parsing a malformed hidden service descriptor.
      Fixes bug 15601; bugfix on 0.2.1.5-alpha. Found by "DonnCha".