aboutsummaryrefslogtreecommitdiff
path: root/src/common/tortls.h
AgeCommit message (Expand)Author
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