index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2020-08-10
small code tweaks to try to work around debian stable complaints
Nick Mathewson
2020-07-30
Fix a bug in buf_move_all() when the input buffer is empty.
Nick Mathewson
2020-07-30
Add unit test for buf_move_all(), including a failing case
Nick Mathewson
2020-07-28
Use _lseeki64() on windows.
Nick Mathewson
2020-07-24
fallbackdir: Remove all three Digitalcourage3 relays
David Goulet
2020-07-23
fallbackdir: Update list for 2020
David Goulet
2020-07-09
Bump to 0.3.5.11-dev
Nick Mathewson
2020-07-09
bump to 0.3.5.11
Nick Mathewson
2020-07-09
Merge branch 'trove_2020_001_035' into maint-0.3.5
Nick Mathewson
2020-07-07
Resolve a compiler warning from a 32-bit signed/unsigned comparison
Nick Mathewson
2020-07-06
Use ((x + 7) >> 3) instead of (x >> 3) when converting from bits to bytes.
Alexander Færøy
2020-07-06
Add constness to length variables in `tor_tls_cert_matches_key`.
Alexander Færøy
2020-07-06
Fix out-of-bound memory read in `tor_tls_cert_matches_key()` for NSS.
Alexander Færøy
2020-07-06
Run `tor_tls_cert_matches_key()` Test Suite with both OpenSSL and NSS.
Alexander Færøy
2020-06-30
Downgrade "Bug: No entry found in extrainfo map" message.
Nick Mathewson
2020-06-30
Merge branch 'tor-github/pr/1909' into maint-0.3.5
Alexander Færøy
2020-06-30
Merge branch 'tor-github/pr/1793' into maint-0.3.5
Alexander Færøy
2020-06-30
Merge branch 'tor-github/pr/1785' into maint-0.3.5
Alexander Færøy
2020-06-30
Merge remote-tracking branch 'nickm-github/bug32884_035' into maint-0.3.5
Alexander Færøy
2020-06-29
Merge remote-tracking branch 'tor-github/pr/1725/head' into maint-0.3.5
Nick Mathewson
2020-05-30
Preemptive circs should work with UseEntryGuards 0
Roger Dingledine
2020-05-06
Use __attribute__((fallthrough)) rather than magic GCC comments.
Nick Mathewson
2020-05-06
Remove an incorrect "Fall through" comment.
Nick Mathewson
2020-05-06
address.c: add a single (harmless) missing break;
Nick Mathewson
2020-05-06
include compat_compiler for ed25519_donna
Nick Mathewson
2020-05-06
Replace some "fall through" comments not at the end of a case.
Nick Mathewson
2020-05-06
Replace a "fall through" comment that was outside a switch.
Nick Mathewson
2020-05-06
Add a fallthrough macro.
Nick Mathewson
2020-04-09
Merge remote-tracking branch 'tor-github/pr/1784' into maint-0.3.5
teor
2020-03-19
Add a TOR_SKIP_TESTCASES environment variable for suppressing tests.
Nick Mathewson
2020-03-18
Bump version to 0.3.5.10-dev
Nick Mathewson
2020-03-18
Port rsa_private_key_too_long() to work on OpenSSL 1.1.0.
Nick Mathewson
2020-03-17
Merge branch 'trove_2020_002_035' into maint-0.3.5
Nick Mathewson
2020-03-17
Fix TROVE-2020-003.
George Kadianakis
2020-03-17
Trivial bugfixes found during TROVE investigation.
George Kadianakis
2020-03-17
Use >= consistently with max_bits.
Nick Mathewson
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
2020-03-14
Fix memory leak in crypto_pk_asn1_decode_private.
Nick Mathewson
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
2020-03-13
Bump to 0.3.5.10
Nick Mathewson
2020-03-13
Merge remote-tracking branch 'tor-github/pr/1693/head' into maint-0.3.5
Nick Mathewson
2020-03-12
Fix unit tests that look at contactinfo logs.
Nick Mathewson
2020-03-12
config: Warn if ContactInfo is not set
David Goulet
2020-03-11
pem_decode(): Tolerate CRLF line endings
Nick Mathewson
2020-03-10
dos: Pass transport name on new client connection
David Goulet
2020-02-12
hs-v3: Remove BUG() that can occur normally
David Goulet
2020-02-12
Lowercase the BridgeDistribution value from torrc in descriptors.
Alexander Færøy
2020-02-10
Fix a Rust compilation warning; resolve bug 33212.
Nick Mathewson
[next]