aboutsummaryrefslogtreecommitdiff
path: root/src/common/tortls.c
Commit message (Expand)AuthorAge
* r16302@catbus: nickm | 2007-10-31 16:45:16 -0400Nick Mathewson2007-10-31
* r16285@catbus: nickm | 2007-10-30 17:43:25 -0400Nick Mathewson2007-10-30
* r16159@catbus: nickm | 2007-10-25 12:53:38 -0400Nick Mathewson2007-10-25
* r15997@catbus: nickm | 2007-10-21 20:25:40 -0400Nick Mathewson2007-10-22
* r13988@catbus: nickm | 2007-07-29 16:32:36 -0400Nick Mathewson2007-07-29
* r12936@catbus: nickm | 2007-05-24 14:12:34 -0400Nick Mathewson2007-05-24
* fix some code comments, a wrapper, and add a todo itemRoger Dingledine2007-05-04
* r12595@catbus: nickm | 2007-04-30 18:32:34 -0400Nick Mathewson2007-04-30
* r11832@catbus: nickm | 2007-02-16 15:31:59 -0500Nick Mathewson2007-02-16
* r11775@catbus: nickm | 2007-02-12 16:39:09 -0500Nick Mathewson2007-02-12
* r11773@catbus: nickm | 2007-02-12 15:18:48 -0500Nick Mathewson2007-02-12
* r11629@catbus: nickm | 2007-02-02 15:06:17 -0500Nick Mathewson2007-02-02
* r11607@catbus: nickm | 2007-01-30 17:19:27 -0500Nick Mathewson2007-01-30
* r11966@Kushana: nickm | 2007-01-15 16:12:17 -0500Nick Mathewson2007-01-15
* r11957@Kushana: nickm | 2007-01-15 15:25:57 -0500Nick Mathewson2007-01-15
* apparently i think of comments with no whitespace around them asRoger Dingledine2007-01-09
* Fix an assert error introduced in 0.1.2.5-alpha: if a single TLSRoger Dingledine2007-01-09
* more progress and cleanupsRoger Dingledine2007-01-05
* r11741@Kushana: nickm | 2006-12-28 22:41:29 -0500Nick Mathewson2006-12-29
* r11566@Kushana: nickm | 2006-12-13 17:46:24 -0500Nick Mathewson2006-12-13
* r8923@totoro: nickm | 2006-10-07 11:44:33 -0400Nick Mathewson2006-10-07
* Merge in some bsockets calls, all wrapped inside #if defined(USE_BSOCKETS)Nick Mathewson2006-09-19
* r8696@Kushana: nickm | 2006-08-31 14:43:44 -0400Nick Mathewson2006-08-31
* ok, i'm not allowed to say that there. oh well.Roger Dingledine2006-07-04
* fix a misleading function commentRoger Dingledine2006-07-04
* if we're the server-side of the tls and there are problems,Roger Dingledine2006-07-04
* and now the exciting part: there is now no such thing as doingRoger Dingledine2006-06-07
* simplify the tortls api: we only support being a "server", thatRoger Dingledine2006-06-07
* looks like we missed a piece of the 0.1.1.9 paranoia code.Roger Dingledine2006-06-07
* if we're a server and some peer has a broken tls certificate, don'tRoger Dingledine2006-05-26
* Claim a commonname of Tor, rather than TOR, in tls handshakes.Roger Dingledine2006-05-24
* Add some functions to escape values from the network before sending them to t...Nick Mathewson2006-03-05
* Start the process of converting warn to log_warn and so on.Roger Dingledine2006-02-13
* Happy new year!Roger Dingledine2006-02-09
* Split 0119_PARANOIA into 0119_PARANOIA_[ABC]. A is "this is suspicious, and ...Nick Mathewson2006-01-17
* Add a (diabled by default) option in crypto.h to disable most of the interest...Nick Mathewson2006-01-10
* Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson2005-12-14
* Hm; looks like the callback business was unnecessary, since DHparams_dup() co...Nick Mathewson2005-11-14
* Use a callback to set our DH parameters; set SSL_OP_SINGLE_DH_USE.Nick Mathewson2005-11-14
* Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....Nick Mathewson2005-10-25
* Check for even more windows version flags, and note any we do not recognize.Nick Mathewson2005-10-24
* Start dividing log messages into logging domains. No, LD_ is not the best of...Nick Mathewson2005-10-18
* Downgrade a few INFO level logs to DEBUG again. Also add two or three newPeter Palfrader2005-10-17
* start the process of reducing clutter in server logsRoger Dingledine2005-10-17
* Make doxygen marginally happierNick Mathewson2005-10-06
* Never call free() on tor_malloc()d memory. This is unlikely to be our current...Nick Mathewson2005-09-30
* Reformat inconsistent function declarations.Nick Mathewson2005-09-30
* Add a bunch more warnings to out warning suite; resolve them; pack structs a ...Nick Mathewson2005-09-29
* put quotes around user-supplied strings so they are more likely toRoger Dingledine2005-08-26
* Try to resolve another reported solaris x86 warningNick Mathewson2005-08-12