aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
* Another doc tweak on tor_memcmp: <b>b</b>, not <b>.Nick Mathewson2011-05-15
* minor tweaks to 4b19730c8234dRoger Dingledine2011-05-15
* Hand-conversion and audit phase of memcmp transitionNick Mathewson2011-05-11
* Automated conversion of memcmp to tor_memcmp/tor_mem[n]eqNick Mathewson2011-05-11
* Add a "di_ops.h" include to util.hNick Mathewson2011-05-11
* Add a data-independent variant of memcmp and a d-i memeq function.Nick Mathewson2011-05-11
* Make SIZE_T_CEILING unsigned; add a signed SSIZE_T_CEILINGNick Mathewson2011-04-26
* Make the DH parameter we use for TLS match the one from Apache's mod_sslNick Mathewson2011-02-10
* Zero out some more key data before freeing itNick Mathewson2011-01-15
* Merge branch 'bug2352_obsize' into maint-0.2.1Nick Mathewson2011-01-15
|\
| * Add logic in routerparse to not read overlong private keysNick Mathewson2011-01-10
* | Merge branch 'bug2324_uncompress' into maint-0.2.1Nick Mathewson2011-01-15
|\ \
| * | clean up message; explain a magic number in a commentNick Mathewson2011-01-15
| * | Fix a SIZE_T_CEILING check in torgzip.c; noticed by cypherpunksNick Mathewson2011-01-05
| * | Detect and disallow compression bombsNick Mathewson2011-01-03
| |/
* | Fix a heap overflow found by debuger, and make it harder to make that mistake...Nick Mathewson2011-01-15
* | Make our replacement INT32_MAX always signedNick Mathewson2011-01-12
|/
* Avoid assertion on read_file_to_str() with size==SIZE_T_CEILING-1Nick Mathewson2011-01-03
* Check size against SIZE_T_CEILING in realloc too.Nick Mathewson2011-01-03
* Never include pthread.h when building for Windows.Nick Mathewson2011-01-03
* Bump copyright statements to 2011Nick Mathewson2011-01-03
* Merge remote branch 'public/bug2190_021' into maint-0.2.1Nick Mathewson2010-12-21
|\
| * Do not send Libevent log messages to a controller (0.2.1 backport)Nick Mathewson2010-11-19
* | Make payloads into uint8_t.Nick Mathewson2010-12-15
* | Have all of our allocation functions and a few others check for underflowNick Mathewson2010-12-13
* | Base SIZE_T_CEILING on SSIZE_T_MAX.Nick Mathewson2010-12-13
* | Fix compilation with mingw and OpenSSL 0.9.8m+mingw-san2010-11-23
* | Do not set the hostname TLS extension server-side; only client-sideNick Mathewson2010-11-20
|/
* Fix renegotiation on OpenSSL versions that backport RFC5746.Nick Mathewson2010-04-13
* Update Tor Project copyright yearsNick Mathewson2010-02-27
* Zero a cipher completely before freeing itSebastian Hahn2010-02-26
* Fix compileSebastian Hahn2010-02-18
* Even more conservative option-setting for SSL renegotiation.Nick Mathewson2010-02-17
* Revise OpenSSL fix to work with OpenSSL 1.0.0beta*Nick Mathewson2010-01-31
* Decide whether to use SSL flags based on runtime OpenSSL version.Nick Mathewson2010-01-29
* Avoid a possible crash in tls_log_errors.Nick Mathewson2010-01-22
* Fix bug 1173: remove an assert(unsigned >= 0).Nick Mathewson2009-12-15
* Improved workaround for disabled OpenSSL renegotiation.Martin Peck2009-12-04
* Make Tor work with OpenSSL 0.9.8lNick Mathewson2009-11-05
* Code to parse and access network parameters.Nick Mathewson2009-10-14
* Work around a memory leak in openssl 0.9.8g (and maybe others)Nick Mathewson2009-09-17
* Use an _actual_ fix for the byte-reverse warning.Nick Mathewson2009-09-01
* Use a simpler fix for the byte-reversing warningNick Mathewson2009-09-01
* Fix compile warnings on Snow LeopardSebastian Hahn2009-09-01
* Fix a rare infinite-recursion bug when shutting down.Nick Mathewson2009-08-20
* Don't attempt to log messages to a controller from a worker thread.Nick Mathewson2009-05-30
* Fixes to spelling fixes. Thanks, Roger!Nick Mathewson2009-05-28
* Spell-check Tor.Nick Mathewson2009-05-27
* Spelling fixes in comments and stringsNick Mathewson2009-05-27
* Stop using malloc_usable_size(): valgrind hates it.Nick Mathewson2009-05-17