aboutsummaryrefslogtreecommitdiff
path: root/src/common/tortls.c
Commit message (Expand)AuthorAge
* Stop leaking X509 certs; those things are _nasty_ on the carpetNick Mathewson2003-11-18
* fix a bug in handling clock skewRoger Dingledine2003-11-11
* resolve warningNick Mathewson2003-10-23
* Two-pronged attack at my overzealous skew fixes.Nick Mathewson2003-10-23
* Clock skew fixes.Nick Mathewson2003-10-22
* introduce new tor_free() macroRoger Dingledine2003-10-21
* warn, not errRoger Dingledine2003-10-19
* Code to get nicknames from peer certsNick Mathewson2003-10-19
* let tls tolerate reallocing the bufRoger Dingledine2003-10-19
* first steps toward a WANTWRITE SSL_write tls bug fixRoger Dingledine2003-10-18
* start to track down the 'peer has invalid cert' bugRoger Dingledine2003-10-18
* Log TLS errors even harderNick Mathewson2003-10-15
* Add more logging on some ssl errors.Nick Mathewson2003-10-15
* change WARNING to WARNRoger Dingledine2003-10-10
* shift read_file_to_str() into util.cRoger Dingledine2003-09-28
* Add function to wrap SSL_pendingNick Mathewson2003-09-27
* finish enforcing the log conventionRoger Dingledine2003-09-26
* various bugfixes and updatesRoger Dingledine2003-09-25
* Refactor buffers; implement descriptors.Nick Mathewson2003-09-25
* More fine-grained logging messages on ZeroReturn/Syscall error casesNick Mathewson2003-09-16
* Cipher lists need to be colon separated. Also make initialization more bulle...Nick Mathewson2003-09-15
* Fix TLS error loggingNick Mathewson2003-09-15
* Log protocol errorsNick Mathewson2003-09-15
* fix the cpuworker circ-had-vanished bug (maybe)Roger Dingledine2003-09-14
* Fix bugs in certificate generation and SSL context creation. Both seem to wo...Nick Mathewson2003-09-11
* Resolve XXXXs in tortls.cNick Mathewson2003-09-11
* Simplify some code paths in TLS; cut down on memory leaks; useNick Mathewson2003-09-11
* fix typo that's been bugging meRoger Dingledine2003-09-11
* Add certificate verification functionsNick Mathewson2003-09-10
* hide the global tls context inside tortls.cRoger Dingledine2003-09-08
* move variable declarations to top of functionRoger Dingledine2003-09-05
* Add initial interfaces and code for TLS support. Interfaces are right; code ...Nick Mathewson2003-09-04