Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-14 | Merge branch 'maint-0.3.5' into maint-0.4.4maint-0.4.4 | Nick Mathewson | |
"ours" to avoid version bump. | |||
2021-06-14 | Bump to 0.3.5.15-dev | Nick Mathewson | |
2021-06-10 | Merge branch 'maint-0.3.5' into maint-0.4.4 | Nick Mathewson | |
2021-06-10 | Fix TROVE-2021-006: Out-of-bounds read on v3 desc parsing | George Kadianakis | |
2021-06-10 | Resolve remaining merge conflicts in relay.c | Nick Mathewson | |
(My bad!) | |||
2021-06-10 | Merge branch 'maint-0.3.5' into maint-0.4.4 | Nick Mathewson | |
Conflicts resolved: src/core/or/relay.c | |||
2021-06-10 | TROVE-2021-003: Check layer_hint before half-closed end and resolve cells | David Goulet | |
This issue was reported by Jann Horn part of Google's Project Zero. Jann's one-sentence summary: entry/middle relays can spoof RELAY_END cells on half-closed streams, which can lead to stream confusion between OP and exit. Fixes #40389 | |||
2021-06-10 | Merge branch 'maint-0.3.5' into maint-0.4.4 | Nick Mathewson | |
2021-06-10 | Merge branch 'bug40391_035' into maint-0.3.5 | Nick Mathewson | |
2021-06-10 | Merge branch 'maint-0.3.5' into maint-0.4.4 | Nick Mathewson | |
2021-06-10 | Merge branch 'bug40390_035_squashed' into maint-0.3.5 | Nick Mathewson | |
2021-06-10 | Assert on _all_ failures from RAND_bytes(). | Nick Mathewson | |
Previously, we would detect errors from a missing RNG implementation, but not failures from the RNG code itself. Fortunately, it appears those failures do not happen in practice when Tor is using OpenSSL's default RNG implementation. Fixes bug 40390; bugfix on 0.2.8.1-alpha. This issue is also tracked as TROVE-2021-004. Reported by Jann Horn at Google's Project Zero. | |||
2021-06-10 | Merge branch 'maint-0.3.5' into maint-0.4.4 | Nick Mathewson | |
2021-06-10 | Update geoip files to match ipfire location db, 2021/06/10. | Nick Mathewson | |
2021-06-07 | Bump to 0.4.4.9 | Nick Mathewson | |
2021-06-07 | Merge branch 'maint-0.3.5' into maint-0.4.4 | Nick Mathewson | |
2021-06-07 | Bump to 0.3.5.15. | Nick Mathewson | |
2021-05-25 | Merge branch 'maint-0.3.5' into maint-0.4.4 | Alexander Færøy | |
2021-05-25 | Remove the function `tor_tls_assert_renegotiation_unblocked`. | Nick Mathewson | |
It was used nowhere outside its own unit tests, and it was causing compilation issues with recent OpenSSL 3.0.0 alphas. Closes ticket 40399. | |||
2021-05-18 | Use a more secure hash function for the circuitmux hashtable. | Nick Mathewson | |
Fixes bug 40931; bugfix on 0.2.4.4-alpha. Also tracked as TROVE-2021-005. This issue was reported by Jann Horn from Google's Project Zero. | |||
2021-05-07 | Merge branch 'maint-0.3.5' into maint-0.4.4 | Nick Mathewson | |
2021-05-07 | Reindent a few lines to fix a GCC warning. | Nick Mathewson | |
As of GCC 11.1.1, the compiler warns us about code like this: if (a) b; c; and that's a good thing: we wouldn't want to "goto fail". But we had an instance if this in circuituse.c, which was making our compilation sad. Fixes bug 40380; bugfix on 0.3.0.1-alpha. | |||
2021-05-07 | Merge branch 'maint-0.3.5' into maint-0.4.4 | Nick Mathewson | |
2021-05-07 | Update geoip files to match ipfire location db, 2021/05/07. | Nick Mathewson | |
2021-04-21 | Merge branch 'maint-0.3.5' into maint-0.4.4 | Nick Mathewson | |
2021-04-21 | Merge remote-tracking branch 'tor-gitlab/mr/363' into maint-0.3.5 | George Kadianakis | |
2021-04-14 | Merge branch 'maint-0.3.5' into maint-0.4.4 | David Goulet | |
2021-04-14 | fallbackdir: Remove two unspec lines | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-04-13 | Fix test naming, and fix tests on windows. | Nick Mathewson | |
This is a bugfix against my fix for #40133, which has not yet appeared in 0.3.5. | |||
2021-04-13 | Merge branch 'maint-0.3.5' into maint-0.4.4 | Nick Mathewson | |
2021-04-13 | fallbackdir: Renegerate list with 200 relays | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-04-13 | Merge branch 'maint-0.3.5' into maint-0.4.4 | Nick Mathewson | |
2021-04-13 | Update geoip files to match ipfire location db, 2021/04/13. | Nick Mathewson | |
2021-03-23 | channel: Fix use after free in channel_do_open_actions() | David Goulet | |
Fortunately, our tor_free() is setting the variable to NULL after so we were in a situation where NULL was always used instead of the transport name. This first appeared in 894ff2dc8422cb86312c512698acd76476224f87 and results in basically no bridge with a transport being able to use DoS defenses. Fixes #40345 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-03-16 | Bump version to 0.4.4.8-dev | Nick Mathewson | |
2021-03-16 | Merge branch 'maint-0.3.5' into maint-0.4.4 | Nick Mathewson | |
"ours" to avoid version bump. | |||
2021-03-16 | Bump to 0.3.5.14-dev | Nick Mathewson | |
2021-03-15 | Remove check-best-practices from check-local in 0.4.4 | Nick Mathewson | |
2021-03-15 | Merge branch 'maint-0.3.5' into maint-0.4.4 | Nick Mathewson | |
2021-03-15 | Merge branch 'bug40316_035_v2' into maint-0.3.5 | Nick Mathewson | |
2021-03-15 | Fix detection of point to insert signatures on a pending consensus. | Nick Mathewson | |
We were looking for the first instance of "directory-signature " when instead the correct behavior is to look for the first instance of "directory-signature " at the start of a line. Unfortunately, this can be exploited as to crash authorities while they're voting. Fixes #40316; bugfix on 0.2.2.4-alpha. This is TROVE-2021-002, also tracked as CVE-2021-28090. | |||
2021-03-15 | Merge branch 'maint-0.3.5' into maint-0.4.4 | Nick Mathewson | |
2021-03-15 | Clarify new intended strategy with TROVE-2021-001 | Nick Mathewson | |
We're going to disable this feature in all versions for now. | |||
2021-03-15 | Merge branch 'maint-0.3.5' into maint-0.4.4 | Nick Mathewson | |
2021-03-15 | Merge branch 'bug40286_disable_min_035' into maint-0.3.5 | Nick Mathewson | |
2021-03-15 | Bump to 0.4.4.8 | Nick Mathewson | |
2021-03-15 | Merge branch 'maint-0.3.5' into maint-0.4.4 | Nick Mathewson | |
"ours" to avoid version bump. | |||
2021-03-15 | Bump to 0.3.5.14 | Nick Mathewson | |
2021-03-12 | Merge branch 'maint-0.3.5' into maint-0.4.4 | Nick Mathewson | |
2021-03-12 | Remove maxmind license; add ipfire location database license (cc by-sa 4.0) | Nick Mathewson | |