aboutsummaryrefslogtreecommitdiff
path: root/src/common/tortls.c
Commit message (Expand)AuthorAge
* Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....•••svn:r5309 Nick Mathewson2005-10-25
* Check for even more windows version flags, and note any we do not recognize.•••svn:r5297 Nick Mathewson2005-10-24
* Start dividing log messages into logging domains. No, LD_ is not the best of...•••svn:r5284 Nick Mathewson2005-10-18
* Downgrade a few INFO level logs to DEBUG again. Also add two or three new•••logs in cases where a calling function's log was downgraded and we wouldn't get any log message otherwise. svn:r5263 Peter Palfrader2005-10-17
* start the process of reducing clutter in server logs•••svn:r5253 Roger Dingledine2005-10-17
* Make doxygen marginally happier•••svn:r5208 Nick Mathewson2005-10-06
* Never call free() on tor_malloc()d memory. This is unlikely to be our current...•••svn:r5168 Nick Mathewson2005-09-30
* Reformat inconsistent function declarations.•••svn:r5160 Nick Mathewson2005-09-30
* Add a bunch more warnings to out warning suite; resolve them; pack structs a ...•••svn:r5150 Nick Mathewson2005-09-29
* put quotes around user-supplied strings so they are more likely to•••realize if they add bad characters (like quotes) to the torrc svn:r4844 Roger Dingledine2005-08-26
* Try to resolve another reported solaris x86 warning•••svn:r4771 Nick Mathewson2005-08-12
* Appease the hungry God of GCC: it hates K&R style unspecified args!•••svn:r4470 Nick Mathewson2005-06-21
* Load hardware acceleration options when/where available. Can anybody test this?•••svn:r4467 Nick Mathewson2005-06-20
* flesh out the source file descriptions for doxygen•••svn:r4404 Roger Dingledine2005-06-11
* Change end-of-file NLNL convention. It turns out arma I and I agree.•••svn:r4382 Nick Mathewson2005-06-09
* New whitespace normalization rule: no blank line at EOF.•••svn:r4378 Nick Mathewson2005-06-09
* Make Tor compile with no warnings with gcc4.0 on OSX•••svn:r4184 Nick Mathewson2005-05-07
* Apparently, ASN1 failures are not treated as SSL connection errors, but are j...•••svn:r4098 Nick Mathewson2005-04-23
* LOG_ERR is for when you're planning to die.•••svn:r4087 Roger Dingledine2005-04-23
* Fix "JAP-client" hideous ASN1 bug, twice. (Fix1: check more thoroughly for TL...•••svn:r4085 Nick Mathewson2005-04-23
* update copyright notices.•••svn:r3982 Nick Mathewson2005-04-01
* add a tor_tls_is_server method to remember if conn->tls•••was an initiator or a receiver svn:r3931 Roger Dingledine2005-03-31
* Try a little harder to avoid openssl SSL* double-free reports.•••svn:r3710 Nick Mathewson2005-02-28
* give a better warning when tor points at an https server.•••svn:r3706 Nick Mathewson2005-02-28
* Be specific about which "illegal character" we just saw in the cert.•••svn:r3699 Nick Mathewson2005-02-25
* Patch to localtime/gmtime handling: use the _r variants where available. Use...•••svn:r3653 Nick Mathewson2005-02-22
* Free tls resources on exit too•••svn:r3615 Nick Mathewson2005-02-11
* Resolve task 42: find where 19-char nicknames were getting truncated when rea...•••svn:r3244 Nick Mathewson2005-01-03
* Fix some memory leaks and unlikely segfaults•••svn:r3103 Nick Mathewson2004-12-07
* Fix leakable rsa key•••svn:r3099 Nick Mathewson2004-12-07
* Suggestion from weasel: Make tor --version --version dump the cvs Id of every...•••svn:r3019 Nick Mathewson2004-11-29
* Normalize space: add one between every control keyword and control clause.•••svn:r3003 Nick Mathewson2004-11-28
* remove emacs droppings, since nick says he doesn't need them anymore•••svn:r2989 Roger Dingledine2004-11-26
* Clean up some logging and interfaces•••svn:r2945 Nick Mathewson2004-11-23
* Whitespace normalization•••svn:r2895 Nick Mathewson2004-11-15
* Split X509 certificate liveness checks into a separate function•••svn:r2873 Nick Mathewson2004-11-14
* Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...•••svn:r2758 Nick Mathewson2004-11-09
* Tricksy compiler warnings! We hates them, hates them forever, my precious!•••svn:r2615 Nick Mathewson2004-10-27
* Pass with -Wstrict-prototypes•••svn:r2614 Nick Mathewson2004-10-27
* Use tor_snprintf, not snprintf•••svn:r2609 Nick Mathewson2004-10-27
* Replace sprintf with snprintf•••svn:r2602 Nick Mathewson2004-10-27
* Tolerate NULL nicknames better•••svn:r2567 Nick Mathewson2004-10-19
* don't assert multiple things in the same tor_assert()•••svn:r2545 Roger Dingledine2004-10-16
* Build without warnings on mac gcc 3.3•••svn:r2487 Nick Mathewson2004-10-14
* oh, and some more in common/•••svn:r2483 Roger Dingledine2004-10-14
* fix a seg fault on solaris•••svn:r2313 Roger Dingledine2004-08-25
* tell the user what time _they_ are too, when a cert is expired•••svn:r2114 Roger Dingledine2004-07-22
* Make tor_tls_new variant use alternative (certless) context•••svn:r2096 Nick Mathewson2004-07-22
* fix our tls handshake chain cert bug•••svn:r2086 Roger Dingledine2004-07-21
* Log certificate lifetime on failure.•••svn:r2083 Nick Mathewson2004-07-21