aboutsummaryrefslogtreecommitdiff
path: root/src/common/tortls.c
AgeCommit message (Expand)Author
2003-09-11Resolve XXXXs in tortls.cNick Mathewson
2003-09-11Simplify some code paths in TLS; cut down on memory leaks; useNick Mathewson
2003-09-11fix typo that's been bugging meRoger Dingledine
2003-09-10Add certificate verification functionsNick Mathewson
2003-09-08hide the global tls context inside tortls.cRoger Dingledine
2003-09-05move variable declarations to top of functionRoger Dingledine
2003-09-04Add initial interfaces and code for TLS support. Interfaces are right; code ...Nick Mathewson