summaryrefslogtreecommitdiff
path: root/src/common/tortls.c
AgeCommit message (Expand)Author
2005-10-17Downgrade a few INFO level logs to DEBUG again. Also add two or three newPeter Palfrader
2005-10-17start the process of reducing clutter in server logsRoger Dingledine
2005-10-06Make doxygen marginally happierNick Mathewson
2005-09-30Never call free() on tor_malloc()d memory. This is unlikely to be our current...Nick Mathewson
2005-09-30Reformat inconsistent function declarations.Nick Mathewson
2005-09-29Add a bunch more warnings to out warning suite; resolve them; pack structs a ...Nick Mathewson
2005-08-26put quotes around user-supplied strings so they are more likely toRoger Dingledine
2005-08-12Try to resolve another reported solaris x86 warningNick Mathewson
2005-06-21Appease the hungry God of GCC: it hates K&R style unspecified args!Nick Mathewson
2005-06-20Load hardware acceleration options when/where available. Can anybody test this?Nick Mathewson
2005-06-11flesh out the source file descriptions for doxygenRoger Dingledine
2005-06-09Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson
2005-06-09New whitespace normalization rule: no blank line at EOF.Nick Mathewson
2005-05-07Make Tor compile with no warnings with gcc4.0 on OSXNick Mathewson
2005-04-23Apparently, ASN1 failures are not treated as SSL connection errors, but are j...Nick Mathewson
2005-04-23LOG_ERR is for when you're planning to die.Roger Dingledine
2005-04-23Fix "JAP-client" hideous ASN1 bug, twice. (Fix1: check more thoroughly for TL...debian-version-0.1.0.3-rc-200504231430-1Nick Mathewson
2005-04-01update copyright notices.Nick Mathewson
2005-03-31add a tor_tls_is_server method to remember if conn->tlsRoger Dingledine
2005-02-28Try a little harder to avoid openssl SSL* double-free reports.Nick Mathewson
2005-02-28give a better warning when tor points at an https server.Nick Mathewson
2005-02-25Be specific about which "illegal character" we just saw in the cert.Nick Mathewson
2005-02-22Patch to localtime/gmtime handling: use the _r variants where available. Use...Nick Mathewson
2005-02-11Free tls resources on exit tooNick Mathewson
2005-01-03Resolve task 42: find where 19-char nicknames were getting truncated when rea...Nick Mathewson
2004-12-07Fix some memory leaks and unlikely segfaultsNick Mathewson
2004-12-07Fix leakable rsa keyNick Mathewson
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson
2004-11-28Normalize space: add one between every control keyword and control clause.Nick Mathewson
2004-11-26remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine
2004-11-23Clean up some logging and interfacesNick Mathewson
2004-11-15Whitespace normalizationNick Mathewson
2004-11-14Split X509 certificate liveness checks into a separate functionNick Mathewson
2004-11-09Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...Nick Mathewson
2004-10-27Tricksy compiler warnings! We hates them, hates them forever, my precious!Nick Mathewson
2004-10-27Pass with -Wstrict-prototypesNick Mathewson
2004-10-27Use tor_snprintf, not snprintfNick Mathewson
2004-10-27Replace sprintf with snprintfNick Mathewson
2004-10-19Tolerate NULL nicknames betterNick Mathewson
2004-10-16don't assert multiple things in the same tor_assert()Roger Dingledine
2004-10-14Build without warnings on mac gcc 3.3Nick Mathewson
2004-10-14oh, and some more in common/Roger Dingledine
2004-08-25fix a seg fault on solarisRoger Dingledine
2004-07-22tell the user what time _they_ are too, when a cert is expiredRoger Dingledine
2004-07-22Make tor_tls_new variant use alternative (certless) contextNick Mathewson
2004-07-21fix our tls handshake chain cert bugRoger Dingledine
2004-07-21Log certificate lifetime on failure.Nick Mathewson
2004-07-21Log number of certs in wrong-length chainsNick Mathewson
2004-07-21Misc small code cleanups; remove exit_server_mode(); change tor_tls_verify be...Nick Mathewson
2004-07-19more useful warning messagesRoger Dingledine