Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-13 | Changelog for 0.4.6.7 | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-08-12 | Merge branch 'maint-0.4.6' into release-0.4.6 | David Goulet | |
2021-08-12 | Merge branch 'maint-0.4.5' into maint-0.4.6 | David Goulet | |
2021-08-12 | Merge branch 'maint-0.3.5' into maint-0.4.5 | David Goulet | |
2021-08-12 | Update GeoIP files to match IPFire location DB as per 2021/08/12. | Alexander Færøy | |
2021-08-11 | Merge branch 'maint-0.4.6' into release-0.4.6 | Alexander Færøy | |
2021-08-11 | Merge branch 'maint-0.4.5' into maint-0.4.6 | Alexander Færøy | |
2021-08-11 | Merge branch 'maint-0.3.5' into maint-0.4.5 | Alexander Færøy | |
2021-08-11 | Merge remote-tracking branch 'tor-gitlab/mr/417' into maint-0.3.5 | Alexander Færøy | |
2021-08-11 | Merge branch 'maint-0.4.6' into release-0.4.6 | Alexander Færøy | |
2021-08-11 | Merge branch 'maint-0.4.5' into maint-0.4.6 | Alexander Færøy | |
2021-08-11 | Merge branch 'maint-0.3.5' into maint-0.4.5 | Alexander Færøy | |
2021-08-11 | Disable ed25519-donna's batch verification. | George Kadianakis | |
Fixes bug 40078. As reported by hdevalence our batch verification logic can cause an assert crash. The assert happens because when the batch verification of ed25519-donna fails, the code in `ed25519_checksig_batch()` falls back to doing a single verification for each signature. The crash occurs because batch verification failed, but then all signatures individually verified just fine. That's because batch verification and single verification use a different equation which means that there are sigs that can pass single verification but fail batch verification. Fixing this would require modding ed25519-donna which is not in scope for this ticket, and will be soon deprecated in favor of arti and ed25519-dalek, so my branch instead removes batch verification. | |||
2021-08-11 | fallbackdir: Regenerate list | David Goulet | |
New list for all stable releases. Closes #40447 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-08-11 | relay: Reduce streaming compression ratio from HIGH to LOW | David Goulet | |
Fixes #40301 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-08-11 | Merge branch 'maint-0.4.6' into release-0.4.6 | Alexander Færøy | |
2021-08-11 | Merge branch 'maint-0.4.5' into maint-0.4.6 | Alexander Færøy | |
2021-08-11 | relay: Reduce streaming compression ratio from HIGH to LOW | David Goulet | |
Fixes #40301 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-07-07 | Merge branch 'maint-0.4.6' into release-0.4.6 | George Kadianakis | |
2021-07-07 | Merge remote-tracking branch 'tor-gitlab/mr/406' into maint-0.4.6 | George Kadianakis | |
2021-07-06 | Merge branch 'maint-0.4.6' into release-0.4.6 | George Kadianakis | |
2021-07-06 | Merge branch 'maint-0.4.5' into maint-0.4.6 | George Kadianakis | |
2021-07-06 | Merge branch 'mr/395' into maint-0.4.5 | George Kadianakis | |
2021-07-06 | Use native timegm when available. | Nick Mathewson | |
Continue having a tor_gmtime_impl() unit test so that we can detect any problems in our replacement function; add a new test function to make sure that gmtime<->timegm are a round-trip on now-ish times. This is a fix for bug #40383, wherein we ran into trouble because tor_timegm() does not believe that time_t should include a count of leap seconds, but FreeBSD's gmtime believes that it should. This disagreement meant that for a certain amount of time each day, instead of calculating the most recent midnight, our voting-schedule functions would calculate the second-most-recent midnight, and lead to an assertion failure. I am calling this a bugfix on 0.2.0.3-alpha when we first started calculating our voting schedule in this way. | |||
2021-06-30 | Changelog for 0.4.6.6 | Nick Mathewson | |
2021-06-30 | Merge branch 'maint-0.4.6' into release-0.4.6 | Nick Mathewson | |
2021-06-30 | Merge branch 'maint-0.4.5' into maint-0.4.6 | Nick Mathewson | |
2021-06-30 | Missing changes file for #40409 | Nick Mathewson | |
2021-06-29 | hs: Send back 0xF6 for a v2 onion address | David Goulet | |
Fixes #40421 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-06-26 | Merge branch 'maint-0.4.6' into release-0.4.6 | Nick Mathewson | |
2021-06-26 | Merge branch 'maint-0.4.5' into maint-0.4.6 | Nick Mathewson | |
2021-06-25 | Enable deterministic RNG for address set tests. | Alexander Færøy | |
This patch enables the deterministic RNG for address set tests, including the tests which uses address set indirectly via the nodelist API. This should prevent random test failures in the highly unlikely case of a false positive which was seen in tor#40419. See: tpo/core/tor#40419. | |||
2021-06-18 | Merge branch 'maint-0.4.6' into release-0.4.6 | David Goulet | |
2021-06-18 | Fix compilation on systems with older compilers. | Alexander Færøy | |
This patch fixes a build error with GCC 7.x which doesn't seem to accept const int's as constants in macro initialization. See: tpo/core/tor#40410 | |||
2021-06-10 | Fold entries into changelog and releasenotes | Nick Mathewson | |
2021-06-10 | Merge branch 'maint-0.4.5' into maint-0.4.6 | Nick Mathewson | |
2021-06-10 | Merge branch 'maint-0.4.4' into maint-0.4.5 | Nick Mathewson | |
2021-06-10 | Merge branch 'maint-0.4.6' into release-0.4.6 | 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.5' into maint-0.4.6 | Nick Mathewson | |
2021-06-10 | Merge branch 'maint-0.4.4' into maint-0.4.5 | Nick Mathewson | |
2021-06-10 | Merge branch 'maint-0.4.6' into release-0.4.6 | 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.5' into maint-0.4.6 | Nick Mathewson | |
2021-06-10 | Merge branch 'maint-0.4.4' into maint-0.4.5 | Nick Mathewson | |
2021-06-10 | Merge branch 'maint-0.4.6' into release-0.4.6 | 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 | |