Commit 2664156a authored by Nick Mathewson's avatar Nick Mathewson 🥔
Browse files

Fold TROVE-2017-00[45] into changelog

parent 03b91ac8
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -8,6 +8,16 @@ Changes in version 0.3.0.8 - 2017-06-08
  that sometimes made relays unreliable, as well as several other
  bugfixes described below.
  o Major bugfixes (hidden service, relay, security, backport
    from 0.3.1.3-alpha):
    - Fix a remotely triggerable assertion failure when a hidden service
      handles a malformed BEGIN cell. Fixes bug 22493, tracked as
      TROVE-2017-004 and as CVE-2017-0375; bugfix on 0.3.0.1-alpha.
    - Fix a remotely triggerable assertion failure caused by receiving a
      BEGIN_DIR cell on a hidden service rendezvous circuit. Fixes bug
      22494, tracked as TROVE-2017-005 and CVE-2017-0376; bugfix
      on 0.2.2.1-alpha.
  o Major bugfixes (relay, link handshake, backport from 0.3.1.3-alpha):
    - When performing the v3 link handshake on a TLS connection, report
      that we have the x509 certificate that we actually used on that

changes/trove-2017-004

deleted100644 → 0
+0 −6
Original line number Diff line number Diff line
  o Major bugfixes (hidden service, relay, security):
    - Fix an assertion failure when a hidden service handles a
      malformed BEGIN cell. This bug resulted in the service crashing
      triggered by a tor_assert(). Fixes bug 22493, tracked as
      TROVE-2017-004 and as CVE-2017-0375; bugfix on 0.3.0.1-alpha.
      Found by armadev.

changes/trove-2017-005

deleted100644 → 0
+0 −7
Original line number Diff line number Diff line
  o Major bugfixes (hidden service, relay, security):
    - Fix an assertion failure caused by receiving a BEGIN_DIR cell on
      a hidden service rendezvous circuit. Fixes bug 22494, tracked as
      TROVE-2017-005 and CVE-2017-0376; bugfix on 0.2.2.1-alpha. Found
      by armadev.