summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-09-16bugfixes and refactoringstor-0.0.2pre8Roger Dingledine
2003-09-16More fine-grained logging messages on ZeroReturn/Syscall error casesNick Mathewson
2003-09-16Make sequential ACI selection logic handle HIGHER/LOWERNick Mathewson
2003-09-16Use EXIT properly in assert_connection_okNick Mathewson
2003-09-16Add first cut of assert_*_ok functionsNick Mathewson
2003-09-16Add backend support for multiple logfiles, including console logs.Nick Mathewson
2003-09-16Add #ifdef'd code (on by default) to allocate ACIs sequentially.Nick Mathewson
2003-09-16clean up exported api'sRoger Dingledine
2003-09-16refactor connects into connection_connect()Roger Dingledine
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-14bugfix: onion pending queue now worksRoger Dingledine
2003-09-14finally tracked down the seg faultRoger Dingledine
2003-09-14fix the cpuworker circ-had-vanished bug (maybe)Roger Dingledine
2003-09-14let tor compile with tls on rh9Roger Dingledine
2003-09-13fix two more bugsRoger Dingledine
2003-09-12reshuffle functions for cleaner organizationRoger Dingledine
2003-09-12tls works between routers now tooRoger Dingledine
2003-09-12tls works with onion proxies now.Roger Dingledine
2003-09-12serious bug in cpuworker. need to think about redesign or how to handle it.Roger Dingledine
2003-09-11Fix bugs in certificate generation and SSL context creation. Both seem to wo...Nick Mathewson
2003-09-11update onion router configs for tlsRoger Dingledine
2003-09-11check for funny business from the remote peerRoger Dingledine
2003-09-11Non-debugging messages are nice to log tooNick 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-11Add router_get_by_pk function; use in connection_tls_finish_handshake.Nick Mathewson
2003-09-11fix typo that's been bugging meRoger Dingledine
2003-09-11collect info from peer we just handshaked withRoger Dingledine
2003-09-10Add certificate verification functionsNick Mathewson
2003-09-10Make crypto structures private to crypto.cNick Mathewson
2003-09-10Add prototypes for functions to check whether the peer certificate isNick Mathewson
2003-09-08fix confirmed win32 bugRoger Dingledine
2003-09-08tls infrastructure now in place, give or takeRoger Dingledine
2003-09-08another wishlist function for the tls interfaceRoger Dingledine
2003-09-08add CertFile, NicknameRoger Dingledine
2003-09-08hide the global tls context inside tortls.cRoger Dingledine
2003-09-08clean up config.c so it doesn't expose as muchRoger Dingledine
2003-09-07more futzing towards tlsRoger Dingledine
2003-09-05clean read_to_buf moreRoger Dingledine
2003-09-05fill in a gap in the specRoger Dingledine
2003-09-05general cleanup and reabstraction, to prepare for tlsRoger 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
2003-08-31update the TODORoger Dingledine
2003-08-29point out why router_forget_router probably doesn't workRoger Dingledine
2003-08-28Fix memory leaks in directory parsingNick Mathewson
2003-08-27remove op_port from the spec alsoRoger Dingledine
2003-08-27router formats don't include op_port now eitherRoger Dingledine