aboutsummaryrefslogtreecommitdiff
path: root/src/common/crypto.c
Commit message (Expand)AuthorAge
...
* Make doxygen marginally happierNick Mathewson2005-10-06
* free EVP cipher information on shutdown to remove some spurious dmalloc compl...Nick Mathewson2005-10-03
* Never call free() on tor_malloc()d memory. This is unlikely to be our current...Nick Mathewson2005-09-30
* even better function start checks; give dmalloc a chance of working.Nick Mathewson2005-09-30
* Reformat inconsistent function declarations.Nick Mathewson2005-09-30
* Add a bunch more warnings to out warning suite; resolve them; pack structs a ...Nick Mathewson2005-09-29
* Helper functions to perform our truncated base64 encoding on hexdigests.Nick Mathewson2005-09-18
* Only do openssl accel stuff if version is at least 0.9.7Nick Mathewson2005-09-09
* put quotes around user-supplied strings so they are more likely toRoger Dingledine2005-08-26
* a url for better referenceRoger Dingledine2005-08-15
* fix whitespace issuesNick Mathewson2005-08-08
* far far cleaner implementation of handshake checking logic. Backport candidate.Nick Mathewson2005-08-07
* ok, so now it was just redundant. nick, do you recall what rfcRoger Dingledine2005-08-07
* note another potential security problem with generating key materialRoger Dingledine2005-08-06
* rfc 3536 "provides a glossary of terms used in the IETF when discussingRoger Dingledine2005-08-05
* Appease insane windows compiler. (Oh no, an extra semi, the sky is falling!)Nick Mathewson2005-08-05
* fix harmless copy-and-paste errorNick Mathewson2005-08-05
* cover a few more cases; needs testing and once-overNick Mathewson2005-08-05
* oops, that array got biggerNick Mathewson2005-08-04
* Discard special bignum values.Nick Mathewson2005-08-04
* Load hardware acceleration options when/where available. Can anybody test this?Nick Mathewson2005-06-20
* Remove code that has been #if-0ed for a long time.Nick Mathewson2005-06-15
* flesh out the source file descriptions for doxygenRoger Dingledine2005-06-11
* Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson2005-06-09
* Possible bugfix for 151: backport candidate.Nick Mathewson2005-06-06
* Make Tor compile with no warnings with gcc4.0 on OSXNick Mathewson2005-05-07
* update copyright notices.Nick Mathewson2005-04-01
* Try to make crash-on-shutdown bug harder to trigger.Nick Mathewson2005-04-01
* Fix a few more instances of memory not freed on exit (found by weasel).Nick Mathewson2005-03-23
* 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