aboutsummaryrefslogtreecommitdiff
path: root/src/common/crypto.c
Commit message (Expand)AuthorAge
* Tell openssl how to use locks and how to find thread ids -- this may prevent ...Nick Mathewson2005-02-13
* Apply windows patch from Dmitri BelyNick Mathewson2005-02-12
* Bugfix: we've been using openssl's BIO_get_mem_data incorrectly.Roger Dingledine2005-01-03
* Note that length checking on base64_decode is kinda conservativeNick Mathewson2004-12-13
* Belt *or* suspenders will be sufficient when casting things to unsigned char.Nick Mathewson2004-12-08
* Solaris CC freaks out if isspace and friends get anything other than an int. ...Nick Mathewson2004-12-08
* Be more proactive about noticing underflows: size_t values greater than 0x800...Nick Mathewson2004-12-02
* Spell-check strings and commentsNick Mathewson2004-12-01
* Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson2004-11-29
* Normalize space: add one between every control keyword and control clause.Nick Mathewson2004-11-28
* remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine2004-11-26
* Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...Nick Mathewson2004-11-09
* Implement two flavors of authentication for control connections: one for trus...Nick Mathewson2004-11-03
* Use a stricter set of warnings; make them all pass.Nick Mathewson2004-11-02
* canonicalize "src" and "dest" arg order in crypto.c (and others)Roger Dingledine2004-11-02
* Split util into util (general utilities), container (smartlist and strmap), a...Nick Mathewson2004-11-01
* Move all util functions that need openssl into crypto.c; make non-openssl fun...Nick Mathewson2004-10-30
* Tricksy compiler warnings! We hates them, hates them forever, my precious!Nick Mathewson2004-10-27
* Pass with -Wstrict-prototypesNick Mathewson2004-10-27
* Use strlcpy, not strncpyNick Mathewson2004-10-27
* don't assert multiple things in the same tor_assert()Roger Dingledine2004-10-16
* fix memory leak in router.c; start relying on NULL==(zero bytes)Nick Mathewson2004-10-16
* a few more ints to size_tsRoger Dingledine2004-10-13
* start the great migration from int to size_tRoger Dingledine2004-10-12
* fix signed/unsigned comparison, plus typoRoger Dingledine2004-10-12
* Turn tor_strpartion into a swiss-army-knife function, so it can terminate or ...Nick Mathewson2004-10-07
* More complete docs for crypto.c; factor out string partitioning codeNick Mathewson2004-10-07
* Make base-64-encoded DER work, including workaround for ugly openssl misfeatu...Nick Mathewson2004-10-07
* Implement (temporarily) a base64-encoded-DER format for RSA keys; make it eas...Nick Mathewson2004-10-06
* Stop using openssl functions that rely on stdio; they can apparently lead to ...Nick Mathewson2004-09-21
* Some platforms have weird translations when you open files in "test" mode; ma...Nick Mathewson2004-09-08
* agree with nick: this legal-chars-in-filename stuff gets us nothingRoger Dingledine2004-08-24
* As far as I can tell, CONFIG_LEGAL_FILENAME_CHARACTERS is both pointless and ...Nick Mathewson2004-08-24
* Fix base16_decode; trashing the stack is rude.Nick Mathewson2004-07-22
* now base16_encode() and base32_encode() can't ever failRoger Dingledine2004-07-22
* oh, and it should compile tooRoger Dingledine2004-07-21
* make base16_encode() fail more obviously when it failsRoger Dingledine2004-07-21
* More digest/nickname fixesNick Mathewson2004-07-02
* Track routers by hash of identity key; use hex hash of identity key in place ...Nick Mathewson2004-07-01
* put a comment reminding us that we do hashes in software onlyRoger Dingledine2004-06-01
* bugfix: our integrity-checking digest was checking only the mostRoger Dingledine2004-05-15
* Not every RSA decrypt should warn on failure.Nick Mathewson2004-05-12
* it's amazing what a bit of punctuation can do for appearancesRoger Dingledine2004-05-10
* Doxygenate common.Nick Mathewson2004-05-10
* some patches on the patchesRoger Dingledine2004-05-01
* Finish documenting the functions in commonNick Mathewson2004-05-01
* Handle windows socket errors correctly; comment most of common.Nick Mathewson2004-05-01
* Remove IVs from cipher code, since AES-ctr has none.Nick Mathewson2004-04-28
* use nick's _ARRAYSIZE abstractionRoger Dingledine2004-04-28
* Make Tor build on win32 with VC6 without warnings.Nick Mathewson2004-04-28