aboutsummaryrefslogtreecommitdiff
path: root/src/common/tortls.c
Commit message (Expand)AuthorAge
* 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
* Log number of certs in wrong-length chains•••svn:r2078 Nick Mathewson2004-07-21
* Misc small code cleanups; remove exit_server_mode(); change tor_tls_verify be...•••svn:r2073 Nick Mathewson2004-07-21
* more useful warning messages•••(fixed because the old ones confused a user) svn:r2055 Roger Dingledine2004-07-19
* Resolve some XXXs•••svn:r1889 Nick Mathewson2004-05-18
* it's amazing what a bit of punctuation can do for appearances•••svn:r1843 Roger Dingledine2004-05-10
* Doxygenate common.•••svn:r1829 Nick Mathewson2004-05-10
* Working strerror for windows socket errors, plus some snide comments.•••svn:r1775 Nick Mathewson2004-05-02
* some patches on the patches•••svn:r1761 Roger Dingledine2004-05-01
* Handle windows socket errors correctly; comment most of common.•••svn:r1756 Nick Mathewson2004-05-01
* Some versions of openssl have an SSL_pending function that erroneously•••returns bytes when there is a non-application record pending. I have no idea when/why this would even happen, but let's catch it and make sure tor_tls_get_pending_bytes stays correct. svn:r1727 Nick Mathewson2004-04-26
* Add a macro to catch unhandled openssl errors.•••svn:r1723 Nick Mathewson2004-04-26
* log debug so nick can see it too•••svn:r1721 Roger Dingledine2004-04-26
* Include strerror(errno) with tls syscall errors•••svn:r1718 Nick Mathewson2004-04-26
* Log pending TLS errors in a couple more places, in case they are possible.•••svn:r1716 Nick Mathewson2004-04-26
* Call tls_log_errors at a more appropriate location; we can remove the other c...•••svn:r1709 Nick Mathewson2004-04-26
* Very blunt debugging code: log pending errors at start and end of tor_tls_verify•••svn:r1707 Nick Mathewson2004-04-26
* use tor_assert and PUBLIC_KEY_OK•••but don't use tor_assert inside log.c, to avoid loops svn:r1696 Roger Dingledine2004-04-25
* Merge flagday into main branch.•••svn:r1683 Nick Mathewson2004-04-24
* quiet a -l info that should be -l debug•••svn:r1634 Roger Dingledine2004-04-15
* allow 90 minutes of clock skew, not 30•••svn:r1544 Roger Dingledine2004-04-08
* Document stuff, reduce magic numbers, add emacs magic•••svn:r1502 Nick Mathewson2004-04-06
* Make "common" no longer depend on or.h•••svn:r1466 Nick Mathewson2004-04-03
* Refactor the heck out of crypto interface: admit that we will stick with one ...•••svn:r1458 Nick Mathewson2004-04-03
* Make tor build on windows again. More work still needed•••svn:r1247 Nick Mathewson2004-03-09
* bugfix: stop trying to write to a stderr that may not be there•••also, tell start_daemon our desired cwd svn:r1170 Roger Dingledine2004-02-28
* fix typo•••svn:r1007 Roger Dingledine2004-01-20