summaryrefslogtreecommitdiff
path: root/src/common/tortls.c
AgeCommit message (Expand)Author
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
2004-05-18Resolve some XXXsNick Mathewson
2004-05-10it's amazing what a bit of punctuation can do for appearancesRoger Dingledine
2004-05-10Doxygenate common.Nick Mathewson
2004-05-02Working strerror for windows socket errors, plus some snide comments.Nick Mathewson
2004-05-01some patches on the patchesRoger Dingledine
2004-05-01Handle windows socket errors correctly; comment most of common.Nick Mathewson
2004-04-26Some versions of openssl have an SSL_pending function that erroneouslyNick Mathewson
2004-04-26Add a macro to catch unhandled openssl errors.Nick Mathewson
2004-04-26log debug so nick can see it tooRoger Dingledine
2004-04-26Include strerror(errno) with tls syscall errorsNick Mathewson
2004-04-26Log pending TLS errors in a couple more places, in case they are possible.Nick Mathewson
2004-04-26Call tls_log_errors at a more appropriate location; we can remove the other c...Nick Mathewson
2004-04-26Very blunt debugging code: log pending errors at start and end of tor_tls_verifyNick Mathewson
2004-04-25use tor_assert and PUBLIC_KEY_OKRoger Dingledine
2004-04-24Merge flagday into main branch.Nick Mathewson
2004-04-15quiet a -l info that should be -l debugRoger Dingledine
2004-04-08allow 90 minutes of clock skew, not 30Roger Dingledine
2004-04-06Document stuff, reduce magic numbers, add emacs magicNick Mathewson
2004-04-03Make "common" no longer depend on or.hNick Mathewson
2004-04-03Refactor the heck out of crypto interface: admit that we will stick with one ...Nick Mathewson
2004-03-09Make tor build on windows again. More work still neededNick Mathewson
2004-02-28bugfix: stop trying to write to a stderr that may not be thereRoger Dingledine
2004-01-20fix typoRoger Dingledine
2004-01-13Note discrepency between N bytes transmitted over TLS and actual bandwidth us...Nick Mathewson
2003-12-17clean tabs, trailing whitespaceRoger Dingledine
2003-11-18Stop leaking X509 certs; those things are _nasty_ on the carpetNick Mathewson
2003-11-11fix a bug in handling clock skewRoger Dingledine
2003-10-23resolve warningNick Mathewson