Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-17 | Add off-by-one checks for key length. | Nick Mathewson | |
2020-03-17 | Extract key length check into a new function, and check more fields. | Nick Mathewson | |
In the openssl that I have, it should be safe to only check the size of n. But if I'm wrong, or if other openssls work differently, we should check whether any of the fields are too large. Issue spotted by Teor. | |||
2020-03-17 | sendme: Emit version 1 by default | David Goulet | |
Closes #33623 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-03-17 | Merge remote-tracking branch 'tor-github/pr/1784' | teor | |
2020-03-17 | Run "practracker.py --regen-overbroad" | teor | |
We've successfully resolved a bunch of technical debt over the last few months. Let's remove the allowances for that debt from the practracker exceptions. | |||
2020-03-17 | Merge branch 'pr1777_squashed' | teor | |
2020-03-17 | Conditionally disable part of hs_intropoint/introduce1_validation | rl1987 | |
This makes it not fail when ALL_BUGS_ARE_FATAL is enabled. Fixes bug 33546. | |||
2020-03-17 | Conditionally disable part of dir/param_voting_lookup that expects soft ↵ | rl1987 | |
asserts to happen | |||
2020-03-17 | Try fixing Windows build to work with ALL_BUGS_ARE_FATAL | rl1987 | |
2020-03-17 | Documentation fixups | rl1987 | |
2020-03-17 | Use --enable-all-bugs-are-fatal on hardened Appveyor build | rl1987 | |
2020-03-17 | Don't create new CI jobs; use --enable-all-bugs-are-fatal with some of the ↵ | rl1987 | |
existing jobs | |||
2020-03-17 | Add --enable-all-bugs-are-fatal option to configure | rl1987 | |
This option enables the ALL_BUGS_ARE_FATAL macro. And use --enable-all-bugs-are-fatal in the Travis configuration. | |||
2020-03-17 | Run "make autostyle" | teor | |
2020-03-16 | circpad_setup_machine_on_circ(): exit early on error. | Nick Mathewson | |
This function does a nonfatal assertion to make sure that a machine is not registered twice, but Tobias Pulls found a case where it happens. Instead, make the function exit early so that it doesn't cause a remotely triggered memory leak. Fixes bug 33619; bugfix on 0.4.0.1-alpha. This is also tracked as TROVE-2020-004. | |||
2020-03-16 | Merge branch 'maint-0.4.3' | Nick Mathewson | |
2020-03-16 | Merge branch 'ticket32672_042_squashed_w_test' into maint-0.4.3 | Nick Mathewson | |
2020-03-16 | Adjust unit tests for patch for 32672 (rejecting old version) | Nick Mathewson | |
Patch by Neel Chauhan. | |||
2020-03-16 | Merge branch 'ticket32672_041_squashed' into ticket32672_042_squashed_w_test | Nick Mathewson | |
2020-03-16 | Reject 0.2.9 and 0.4.0 in dirserv_rejects_tor_version() | Neel Chauhan | |
2020-03-16 | Merge branch 'maint-0.4.3' | teor | |
2020-03-16 | Merge branch 'maint-0.4.2' into maint-0.4.3 | teor | |
2020-03-16 | Merge branch 'maint-0.4.1' into maint-0.4.2 | teor | |
2020-03-16 | Merge branch 'maint-0.3.5' into maint-0.4.1 | teor | |
2020-03-16 | Travis: Produce detailed chutney diagnostics | teor | |
When a Travis chutney job fails, use chutney's new "diagnostics.sh" tool to produce detailed diagnostic output. Closes ticket 32792. | |||
2020-03-14 | Merge branch 'trove_2020_002_035' into trove_2020_002_041 | Nick Mathewson | |
2020-03-14 | Fix memory leak in crypto_pk_asn1_decode_private. | Nick Mathewson | |
(Deep, deep thanks to Taylor for reminding me to test this!) | |||
2020-03-14 | Add a test for crypto_pk_asn1_decode_private maxbits. | Nick Mathewson | |
2020-03-14 | Revise TROVE-2020-002 fix to work on older OpenSSL versions. | Nick Mathewson | |
Although OpenSSL before 1.1.1 is no longer supported, it's possible that somebody is still using it with 0.3.5, so we probably shouldn't break it with this fix. | |||
2020-03-13 | Merge branch 'maint-0.4.3' | Nick Mathewson | |
2020-03-13 | Merge branch 'maint-0.4.2' into maint-0.4.3 | Nick Mathewson | |
"ours" to avoid version bump. | |||
2020-03-13 | Merge branch 'maint-0.4.1' into maint-0.4.2 | Nick Mathewson | |
"ours" to avoid version bump. | |||
2020-03-13 | Merge branch 'maint-0.3.5' into maint-0.4.1 | Nick Mathewson | |
"ours" to avoid version bump. | |||
2020-03-13 | Bump to 0.3.5.10 | Nick Mathewson | |
2020-03-13 | Bump to 0.4.1.9 | Nick Mathewson | |
2020-03-13 | Bump to 0.4.2.7. | Nick Mathewson | |
2020-03-13 | Merge branch 'maint-0.4.3' | Nick Mathewson | |
2020-03-13 | Merge branch 'maint-0.4.2' into maint-0.4.3 | Nick Mathewson | |
2020-03-13 | Merge branch 'maint-0.3.5' into maint-0.4.1 | Nick Mathewson | |
2020-03-13 | Merge branch 'maint-0.4.1' into maint-0.4.2 | Nick Mathewson | |
2020-03-13 | Merge remote-tracking branch 'tor-github/pr/1693/head' into maint-0.3.5 | Nick Mathewson | |
2020-03-13 | Merge branch 'maint-0.4.3' | Nick Mathewson | |
2020-03-13 | Merge branch 'maint-0.4.2' into maint-0.4.3 | Nick Mathewson | |
2020-03-13 | Merge remote-tracking branch 'tor-github/pr/1718/head' into maint-0.4.2 | Nick Mathewson | |
2020-03-13 | config: Improve some comments | teor | |
Document the namelen argument to port_cfg_new(). Fix a typo in a comment in port_cfg_line_extract_addrport(). Comment-only changes. | |||
2020-03-13 | Merge branch 'maint-0.4.3' | teor | |
2020-03-13 | Merge remote-tracking branch 'tor-github/pr/1735' into maint-0.4.3 | teor | |
2020-03-13 | Merge branch 'pr1764_squashed' | teor | |
2020-03-13 | Add a script to install the scripts in scripts/git appropriately. | Nick Mathewson | |
To run this, say something like TOR_DEVTOOL_DIR=~/bin scripts/git/git-install-tools.sh all To see what it would do, give it the -n flag. To get help, give it the -h flag. | |||
2020-03-12 | Merge branch 'maint-0.4.3' | Nick Mathewson | |