aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2004-04-26Call tls_log_errors at a more appropriate location; we can remove the other c...Nick Mathewson
2004-04-26Very blunt debugging code: log pending errors at start and end of tor_tls_verifyNick Mathewson
2004-04-25Check for machine/limits.h in addition to sys/limits.hNick Mathewson
2004-04-25use tor_assert and PUBLIC_KEY_OKRoger Dingledine
2004-04-25Add a tor_assert macro that logs failed assertions.Nick Mathewson
2004-04-25Add assert on crypto_pk_write_private_key,and macros to make sure we have rea...Nick Mathewson
2004-04-25don't warn when private_decrypt_hybrid failsRoger Dingledine
2004-04-24Merge flagday into main branch.Nick Mathewson
2004-04-19use the real socketpair if we've got itRoger Dingledine
2004-04-17util.c uses LONG_MAX, needs another include on fbsd 5.xRoger Dingledine
2004-04-15quiet a -l info that should be -l debugRoger Dingledine
2004-04-12Fix two dumb leaks in crypto.cNick Mathewson
2004-04-08Fix base32 implementation; make base32 implementation follow standard; add mo...Nick Mathewson
2004-04-08Force tor_malloc(0) to always be saneNick Mathewson
2004-04-08allow 90 minutes of clock skew, not 30Roger Dingledine
2004-04-07Don't use Tor version 0.0.5 for intro/rendezvous points. (We don't needNick Mathewson
2004-04-07Delete trailing whitespace and expand tabs; remove unused aes decrypt codeNick Mathewson
2004-04-07Put ourself in router list; act accordingly.Nick Mathewson
2004-04-06Set correct address and port mappings on outgoing rendezvous connectionsNick Mathewson
2004-04-06router_choose_random_node wants a smartlist of routers, not of nicknames.Nick Mathewson
2004-04-06Force hybrid encryption on for key negotiationNick Mathewson
2004-04-06Continue attack on magic numbers; use new crypto wrappers where possibleNick Mathewson
2004-04-06Remove the last tab in non-contributed codeNick Mathewson
2004-04-06Document stuff, reduce magic numbers, add emacs magicNick Mathewson
2004-04-05add more constantsNick Mathewson
2004-04-05use the right variable when comparing hashes; maybe fix "Hash of session" bugNick Mathewson
2004-04-05i2d_RSAPublicKey advances the pointer it receives past the ASN1-encoded string.Nick Mathewson
2004-04-03Make it build on linuxNick Mathewson
2004-04-03Make "common" no longer depend on or.hNick Mathewson
2004-04-03Handle rendezvous relay cellsNick Mathewson
2004-04-03Loops work better when they terminate. Non-terminating loops are easierNick Mathewson
2004-04-03Build without warnings against openssl 0.9.6Nick Mathewson
2004-04-03Refactor the heck out of crypto interface: admit that we will stick with one ...Nick Mathewson
2004-04-03Hide smartlist internalsNick Mathewson
2004-04-02refactor; start adding debugging logs to midpoint rend stuffNick Mathewson
2004-04-02Implement rennd_services_initNick Mathewson
2004-04-01Add new functions to wrap digest and sign/checksig.Nick Mathewson
2004-04-01Separate "generate-DH-key" from "get-DH-key" without breaking old interfaceNick Mathewson
2004-04-01Add helpful hybrid encryption functionsNick Mathewson
2004-03-31make changes that ben laurie suggestedRoger Dingledine
2004-03-31Implement hidserv_XX functions; there is still an XXX in directory_handle_com...Nick Mathewson
2004-03-31Parse and generate service descriptorsNick Mathewson
2004-03-30Make smartlist Do What Arma Expects.Nick Mathewson
2004-03-30Resolve type-punning warningsNick Mathewson
2004-03-30Jump through a hoop, suppress a warningNick Mathewson
2004-03-30Remove maximum-size field from smartlistsNick Mathewson
2004-03-30Add more key manipulation functions, and base32 functions, to cryptoNick Mathewson
2004-03-30Make smartlists start small and grow as needed.Nick Mathewson
2004-03-30add in a 'notice' log levelRoger Dingledine
2004-03-21Add an autoconf test for whether unaligned int access is permitted.Nick Mathewson