summaryrefslogtreecommitdiff
path: root/src/common/crypto.c
AgeCommit message (Expand)Author
2005-10-03free EVP cipher information on shutdown to remove some spurious dmalloc compl...Nick Mathewson
2005-09-30Never call free() on tor_malloc()d memory. This is unlikely to be our current...Nick Mathewson
2005-09-30even better function start checks; give dmalloc a chance of working.Nick Mathewson
2005-09-30Reformat inconsistent function declarations.Nick Mathewson
2005-09-29Add a bunch more warnings to out warning suite; resolve them; pack structs a ...Nick Mathewson
2005-09-18Helper functions to perform our truncated base64 encoding on hexdigests.Nick Mathewson
2005-09-09Only do openssl accel stuff if version is at least 0.9.7Nick Mathewson
2005-08-26put quotes around user-supplied strings so they are more likely toRoger Dingledine
2005-08-15a url for better referenceRoger Dingledine
2005-08-08fix whitespace issuesNick Mathewson
2005-08-07far far cleaner implementation of handshake checking logic. Backport candidate.Nick Mathewson
2005-08-07ok, so now it was just redundant. nick, do you recall what rfcRoger Dingledine
2005-08-06note another potential security problem with generating key materialRoger Dingledine
2005-08-05rfc 3536 "provides a glossary of terms used in the IETF when discussingRoger Dingledine
2005-08-05Appease insane windows compiler. (Oh no, an extra semi, the sky is falling!)Nick Mathewson
2005-08-05fix harmless copy-and-paste errorNick Mathewson
2005-08-05cover a few more cases; needs testing and once-overNick Mathewson
2005-08-04oops, that array got biggertor-0.1.1.4-alphaNick Mathewson
2005-08-04Discard special bignum values.Nick Mathewson
2005-06-20Load hardware acceleration options when/where available. Can anybody test this?Nick Mathewson
2005-06-15Remove code that has been #if-0ed for a long time.Nick Mathewson
2005-06-11flesh out the source file descriptions for doxygenRoger Dingledine
2005-06-09Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson
2005-06-06Possible bugfix for 151: backport candidate.Nick Mathewson
2005-05-07Make Tor compile with no warnings with gcc4.0 on OSXNick Mathewson
2005-04-01update copyright notices.Nick Mathewson
2005-04-01Try to make crash-on-shutdown bug harder to trigger.Nick Mathewson
2005-03-23Fix a few more instances of memory not freed on exit (found by weasel).Nick Mathewson
2005-02-13Tell openssl how to use locks and how to find thread ids -- this may prevent ...Nick Mathewson
2005-02-12Apply windows patch from Dmitri BelyNick Mathewson
2005-01-03Bugfix: we've been using openssl's BIO_get_mem_data incorrectly.Roger Dingledine
2004-12-13Note that length checking on base64_decode is kinda conservativeNick Mathewson
2004-12-08Belt *or* suspenders will be sufficient when casting things to unsigned char.Nick Mathewson
2004-12-08Solaris CC freaks out if isspace and friends get anything other than an int. ...Nick Mathewson
2004-12-02Be more proactive about noticing underflows: size_t values greater than 0x800...Nick Mathewson
2004-12-01Spell-check strings and commentsNick Mathewson
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson
2004-11-28Normalize space: add one between every control keyword and control clause.Nick Mathewson
2004-11-26remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine
2004-11-09Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...Nick Mathewson
2004-11-03Implement two flavors of authentication for control connections: one for trus...Nick Mathewson
2004-11-02Use a stricter set of warnings; make them all pass.Nick Mathewson
2004-11-02canonicalize "src" and "dest" arg order in crypto.c (and others)Roger Dingledine
2004-11-01Split util into util (general utilities), container (smartlist and strmap), a...Nick Mathewson
2004-10-30Move all util functions that need openssl into crypto.c; make non-openssl fun...Nick Mathewson
2004-10-27Tricksy compiler warnings! We hates them, hates them forever, my precious!Nick Mathewson
2004-10-27Pass with -Wstrict-prototypesNick Mathewson
2004-10-27Use strlcpy, not strncpyNick Mathewson
2004-10-16don't assert multiple things in the same tor_assert()Roger Dingledine
2004-10-16fix memory leak in router.c; start relying on NULL==(zero bytes)Nick Mathewson