Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-14 | Merge branch 'maint-0.4.4' into release-0.4.4release-0.4.4 | Nick Mathewson | |
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-14 | Copy ChangeLog into ReleaseNotes.tor-0.4.4.9 | Nick Mathewson | |
2021-06-10 | Pick a date, draft a blurb | Nick Mathewson | |
2021-06-10 | Backport changelog entries | Nick Mathewson | |
2021-06-10 | Merge branch 'maint-0.4.4' into release-0.4.4 | 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 | Merge branch 'maint-0.4.4' into release-0.4.4 | Nick Mathewson | |
2021-06-10 | Resolve remaining merge conflicts in relay.c | Nick Mathewson | |
(My bad!) | |||
2021-06-10 | Merge branch 'maint-0.4.4' into release-0.4.4 | Nick Mathewson | |
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.4.4' into release-0.4.4 | Nick Mathewson | |
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.4.4' into release-0.4.4 | 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.4.4' into release-0.4.4 | Nick Mathewson | |
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 | remove rolled-up changes files. | Nick Mathewson | |
2021-06-07 | Start on a changelog for 0.4.4.9 | Nick Mathewson | |
2021-06-07 | Merge branch 'maint-0.4.4' into release-0.4.4 | 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.4.4' into release-0.4.4 | Alexander Færøy | |
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.4.4' into release-0.4.4 | Nick Mathewson | |
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.4.4' into release-0.4.4 | Nick Mathewson | |
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.4.4' into release-0.4.4 | 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.4.4' into release-0.4.4 | David Goulet | |
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.4.4' into release-0.4.4 | Nick Mathewson | |
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> |