aboutsummaryrefslogtreecommitdiff
path: root/src/common/tortls.c
Commit message (Expand)AuthorAge
* Try a little harder to avoid openssl SSL* double-free reports.Nick Mathewson2005-02-28
* give a better warning when tor points at an https server.Nick Mathewson2005-02-28
* Be specific about which "illegal character" we just saw in the cert.Nick Mathewson2005-02-25
* Patch to localtime/gmtime handling: use the _r variants where available. Use...Nick Mathewson2005-02-22
* Free tls resources on exit tooNick Mathewson2005-02-11
* Resolve task 42: find where 19-char nicknames were getting truncated when rea...Nick Mathewson2005-01-03
* Fix some memory leaks and unlikely segfaultsNick Mathewson2004-12-07
* Fix leakable rsa keyNick Mathewson2004-12-07
* Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson2004-11-29
* Normalize space: add one between every control keyword and control clause.Nick Mathewson2004-11-28
* remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine2004-11-26
* Clean up some logging and interfacesNick Mathewson2004-11-23
* Whitespace normalizationNick Mathewson2004-11-15
* Split X509 certificate liveness checks into a separate functionNick Mathewson2004-11-14
* Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...Nick Mathewson2004-11-09
* Tricksy compiler warnings! We hates them, hates them forever, my precious!Nick Mathewson2004-10-27
* Pass with -Wstrict-prototypesNick Mathewson2004-10-27
* Use tor_snprintf, not snprintfNick Mathewson2004-10-27
* Replace sprintf with snprintfNick Mathewson2004-10-27
* Tolerate NULL nicknames betterNick Mathewson2004-10-19
* don't assert multiple things in the same tor_assert()Roger Dingledine2004-10-16
* Build without warnings on mac gcc 3.3Nick Mathewson2004-10-14
* oh, and some more in common/Roger Dingledine2004-10-14
* fix a seg fault on solarisRoger Dingledine2004-08-25
* tell the user what time _they_ are too, when a cert is expiredRoger Dingledine2004-07-22
* Make tor_tls_new variant use alternative (certless) contextNick Mathewson2004-07-22
* fix our tls handshake chain cert bugRoger Dingledine2004-07-21
* Log certificate lifetime on failure.Nick Mathewson2004-07-21
* Log number of certs in wrong-length chainsNick Mathewson2004-07-21
* Misc small code cleanups; remove exit_server_mode(); change tor_tls_verify be...Nick Mathewson2004-07-21
* more useful warning messagesRoger Dingledine2004-07-19
* Resolve some XXXsNick Mathewson2004-05-18
* it's amazing what a bit of punctuation can do for appearancesRoger Dingledine2004-05-10
* Doxygenate common.Nick Mathewson2004-05-10
* Working strerror for windows socket errors, plus some snide comments.Nick Mathewson2004-05-02
* some patches on the patchesRoger Dingledine2004-05-01
* Handle windows socket errors correctly; comment most of common.Nick Mathewson2004-05-01
* Some versions of openssl have an SSL_pending function that erroneouslyNick Mathewson2004-04-26
* Add a macro to catch unhandled openssl errors.Nick Mathewson2004-04-26
* log debug so nick can see it tooRoger Dingledine2004-04-26
* Include strerror(errno) with tls syscall errorsNick Mathewson2004-04-26
* Log pending TLS errors in a couple more places, in case they are possible.Nick Mathewson2004-04-26
* Call tls_log_errors at a more appropriate location; we can remove the other c...Nick Mathewson2004-04-26
* Very blunt debugging code: log pending errors at start and end of tor_tls_verifyNick Mathewson2004-04-26
* use tor_assert and PUBLIC_KEY_OKRoger Dingledine2004-04-25
* Merge flagday into main branch.Nick Mathewson2004-04-24
* quiet a -l info that should be -l debugRoger Dingledine2004-04-15
* allow 90 minutes of clock skew, not 30Roger Dingledine2004-04-08
* Document stuff, reduce magic numbers, add emacs magicNick Mathewson2004-04-06
* Make "common" no longer depend on or.hNick Mathewson2004-04-03