summaryrefslogtreecommitdiff
path: root/src/common/tortls.c
AgeCommit message (Expand)Author
2003-10-15Add more logging on some ssl errors.Nick Mathewson
2003-10-10change WARNING to WARNRoger Dingledine
2003-09-28shift read_file_to_str() into util.cRoger Dingledine
2003-09-27Add function to wrap SSL_pendingNick Mathewson
2003-09-26finish enforcing the log conventionRoger Dingledine
2003-09-25various bugfixes and updatesRoger Dingledine
2003-09-25Refactor buffers; implement descriptors.Nick Mathewson
2003-09-16More fine-grained logging messages on ZeroReturn/Syscall error casesNick Mathewson
2003-09-15Cipher lists need to be colon separated. Also make initialization more bulle...Nick Mathewson
2003-09-15Fix TLS error loggingNick Mathewson
2003-09-15Log protocol errorsNick Mathewson
2003-09-14fix the cpuworker circ-had-vanished bug (maybe)Roger Dingledine
2003-09-11Fix bugs in certificate generation and SSL context creation. Both seem to wo...Nick Mathewson
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