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
/
lib
Age
Commit message (
Expand
)
Author
2020-07-31
Merge branch 'maint-0.3.5' into maint-0.4.2
Alexander Færøy
2020-07-30
Fix a bug in buf_move_all() when the input buffer is empty.
Nick Mathewson
2020-07-29
Merge branch 'maint-0.3.5' into maint-0.4.2
Nick Mathewson
2020-07-28
Use _lseeki64() on windows.
Nick Mathewson
2020-07-09
Merge branch 'maint-0.3.5' into maint-0.4.2
Nick Mathewson
2020-07-09
Merge branch 'trove_2020_001_035' into maint-0.3.5
Nick Mathewson
2020-07-08
Merge branch 'maint-0.3.5' into maint-0.4.2
Alexander Færøy
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-06-30
Merge branch 'maint-0.3.5' into maint-0.4.2
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 branch 'maint-0.3.5' into maint-0.4.2
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/1697/head' into maint-0.4.2
Nick Mathewson
2020-06-29
Merge remote-tracking branch 'tor-github/pr/1722/head' into maint-0.4.2
Nick Mathewson
2020-05-06
Use __attribute__((fallthrough)) rather than magic GCC comments.
Nick Mathewson
2020-05-06
Use __attribute__((fallthrough)) rather than magic GCC comments.
Nick Mathewson
2020-05-06
Merge branch 'maint-0.4.1' into maint-0.4.2
Nick Mathewson
2020-05-06
Merge branch 'bug34078_prelim_035' into bug34078_prelim_041
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
Add a fallthrough macro.
Nick Mathewson
2020-03-18
Merge branch 'maint-0.4.1' into maint-0.4.2
Nick Mathewson
2020-03-18
Merge branch 'maint-0.3.5' into maint-0.4.1
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 'maint-0.4.1' into maint-0.4.2
Nick Mathewson
2020-03-17
Merge branch 'trove_2020_002_041' into maint-0.4.1
Nick Mathewson
2020-03-17
Merge branch 'trove_2020_002_035' into maint-0.3.5
Nick Mathewson
2020-03-17
Merge branch 'maint-0.4.1' into maint-0.4.2
Nick Mathewson
2020-03-17
Merge branch 'maint-0.3.5' into maint-0.4.1
Nick Mathewson
2020-03-17
Trivial bugfixes found during TROVE investigation.
George Kadianakis
2020-03-17
Merge branch 'trove_2020_002_035' into trove_2020_002_041
Nick Mathewson
2020-03-17
Use >= consistently with max_bits.
Nick Mathewson
2020-03-17
Extract key length check into a new function, and check more fields.
Nick Mathewson
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
2020-03-14
Revise TROVE-2020-002 fix to work on older OpenSSL versions.
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-11
pem_decode(): Tolerate CRLF line endings
Nick Mathewson
2020-02-12
err/log: Stop closing stderr and stdout during shutdown
teor
2020-02-05
Merge branch 'trove_2020_002_035' into trove_2020_002_041
Nick Mathewson
2020-02-05
When parsing, reject >1024-bit RSA private keys sooner.
Nick Mathewson
2020-01-30
Do not set "once" when calling tor_bug_occurred_ from BUG().
Nick Mathewson
2020-01-30
Merge branch 'maint-0.4.1' into maint-0.4.2
teor
2020-01-30
Merge branch 'maint-0.4.0' into maint-0.4.1
teor
2020-01-30
Merge branch 'maint-0.3.5' into maint-0.4.0
teor
[next]