summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
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-26make writing descs workRoger Dingledine
2003-09-26Add code to parse fingerprint files and compare routers against fingerprint f...Nick Mathewson
2003-09-26Bugfixes in crypto_pk_write_private_key_to_filenameNick Mathewson
2003-09-26Refactor common file code into util.c; add published to descriptorsNick Mathewson
2003-09-25various bugfixes and updatesRoger Dingledine
2003-09-25Refactor buffers; implement descriptors.Nick Mathewson
2003-09-19fix a segfault on truncated log linesRoger Dingledine
2003-09-16More fine-grained logging messages on ZeroReturn/Syscall error casesNick Mathewson
2003-09-16Add backend support for multiple logfiles, including console logs.Nick 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-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-11fix typo that's been bugging meRoger 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-08another wishlist function for the tls interfaceRoger Dingledine
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
2003-08-25fix formatting in crypto.c for my sanityRoger Dingledine
2003-08-20implemented cpuworkersRoger Dingledine
2003-08-14include torint.h in 'make dist'Roger Dingledine
2003-08-14Tor now builds on win32.Nick Mathewson
2003-08-14Attempt to make sockets code work right on windows.Nick Mathewson
2003-08-12Make windows happier stillNick Mathewson
2003-08-12Stop trying to #include the world in util.cNick Mathewson
2003-08-12Adopt socketpair implementation from perl. For now, always use it.Nick Mathewson
2003-08-12Add abstraction for fork vs thread.Nick Mathewson
2003-08-12Dont use explicit paths for orconfig.h -- it messes up the windows buildNick Mathewson
2003-08-12Reorder includes so that fakepoll.c gets built when it shouldNick Mathewson
2003-08-12unbork windows line endingsNick Mathewson
2003-08-12Start of port to win32. Missing are:Nick Mathewson
2003-08-11Work on systems with broken AC_CHECK_TYPENick Mathewson
2003-08-11Who would have thought that some systems define intfoo_t, but not uintfoo_t? ...Nick Mathewson
2003-08-11Cope better on platforms that define some of intFOO_t in sys/types.h or elsew...Nick Mathewson
2003-08-11autoconf around missing stdint.hNick Mathewson
2003-07-30Be smarter about getting key matter from DH.Nick Mathewson
2003-06-30Add AES counter-mode support to the crypt libraryNick Mathewson
2003-06-30Add a the public-domain AES implementation, with a minimal counter-mode wrapper.Nick Mathewson
2003-06-25clean up sev_to_string hack in log.cRoger Dingledine
2003-06-24clean up a broken comment in crypto.cRoger Dingledine