summaryrefslogtreecommitdiff
path: root/src/common/tortls.h
AgeCommit message (Expand)Author
2007-02-12 r11775@catbus: nickm | 2007-02-12 16:39:09 -0500Nick Mathewson
2007-02-02 r11629@catbus: nickm | 2007-02-02 15:06:17 -0500Nick Mathewson
2007-01-30 r11607@catbus: nickm | 2007-01-30 17:19:27 -0500Nick Mathewson
2007-01-15 r11966@Kushana: nickm | 2007-01-15 16:12:17 -0500Nick Mathewson
2007-01-15 r11957@Kushana: nickm | 2007-01-15 15:25:57 -0500Nick Mathewson
2006-12-29 r11741@Kushana: nickm | 2006-12-28 22:41:29 -0500Nick Mathewson
2006-12-13 r11566@Kushana: nickm | 2006-12-13 17:46:24 -0500Nick Mathewson
2006-06-07and now the exciting part: there is now no such thing as doingRoger Dingledine
2006-06-07simplify the tortls api: we only support being a "server", thatRoger Dingledine
2006-05-26if we're a server and some peer has a broken tls certificate, don'tRoger Dingledine
2006-02-09Happy new year!Roger Dingledine
2005-10-25Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....Nick Mathewson
2005-10-17start the process of reducing clutter in server logsRoger Dingledine
2005-10-06Make doxygen marginally happierNick Mathewson
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-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-11Free tls resources on exit tooNick Mathewson
2004-12-22Workaround for brain-damaged __FILE__ handling on MSVC: keep Nick's name outNick Mathewson
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson
2004-11-26remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine
2004-11-14Split X509 certificate liveness checks into a separate functionNick Mathewson
2004-10-14oh, and some more in common/Roger Dingledine
2004-07-22Make tor_tls_new variant use alternative (certless) contextNick Mathewson
2004-07-21Misc small code cleanups; remove exit_server_mode(); change tor_tls_verify be...Nick Mathewson
2004-05-10doxygen markup for common/*.hRoger Dingledine
2004-05-01Handle windows socket errors correctly; comment most of common.Nick Mathewson
2004-04-26Remove spurious semiNick Mathewson
2004-04-26Add a macro to catch unhandled openssl errors.Nick Mathewson
2004-04-24Merge flagday into main branch.Nick Mathewson
2004-04-06Document stuff, reduce magic numbers, add emacs magicNick Mathewson
2004-01-13Note discrepency between N bytes transmitted over TLS and actual bandwidth us...Nick Mathewson
2003-10-19Code to get nicknames from peer certsNick Mathewson
2003-09-28shift read_file_to_str() into util.cRoger Dingledine
2003-09-27Add function to wrap SSL_pendingNick Mathewson
2003-09-25Refactor buffers; implement descriptors.Nick Mathewson
2003-09-10Add certificate verification functionsNick Mathewson
2003-09-10Add prototypes for functions to check whether the peer certificate isNick Mathewson
2003-09-08another wishlist function for the tls interfaceRoger Dingledine
2003-09-08hide the global tls context inside tortls.cRoger Dingledine
2003-09-04Add initial interfaces and code for TLS support. Interfaces are right; code ...Nick Mathewson