aboutsummaryrefslogtreecommitdiff
path: root/src/common/crypto.c
Commit message (Expand)AuthorAge
* More cleanups noticed by weasel; also, remove macros that nobody uses.Nick Mathewson2006-03-12
* Start the process of converting warn to log_warn and so on.Roger Dingledine2006-02-13
* Happy new year!Roger Dingledine2006-02-09
* Split PARANOIA_B into B1 and B2.Nick Mathewson2006-01-22
* Split 0119_PARANOIA into 0119_PARANOIA_[ABC]. A is "this is suspicious, and ...Nick Mathewson2006-01-17
* Add a (diabled by default) option in crypto.h to disable most of the interest...Nick Mathewson2006-01-10
* Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson2005-12-14
* Document CREATE_FAST better in the code. Move our key expansion algorithm in...Nick Mathewson2005-12-08
* get rid of nick's crazy voodoo dh checking.Roger Dingledine2005-12-06
* remove another unused functionRoger Dingledine2005-11-30
* remove some functions that are not used; #if0 out some files that are not lik...Nick Mathewson2005-11-30
* a smidgen more hint when we fail to seed the rngRoger Dingledine2005-11-21
* Try to build with OpenSSL 0.9.6. Lets pay attention to see if anybody complains.Nick Mathewson2005-11-16
* Oops. It looks like there *was* an easy way to make openssl do what we wanted.Nick Mathewson2005-11-14
* correct nick's commentRoger Dingledine2005-11-11
* Note that much of check_dh_key is voodoo; make x in DH be only 320 bits for D...Nick Mathewson2005-11-11
* Call ERR_remove_state() on the main thread on shutdown,tooNick Mathewson2005-10-26
* Per comments at the bottom of openssl/FAQ, call even more functions toNick Mathewson2005-10-25
* Start dividing log messages into logging domains. No, LD_ is not the best of...Nick Mathewson2005-10-18
* Downgrade a few INFO level logs to DEBUG again. Also add two or three newPeter Palfrader2005-10-17
* Okay, try to use RAND_poll() from OpenSSL where available.Nick Mathewson2005-10-08
* LOG_ERR is for when we know we're going to exit. use LOG_WARN in otherRoger Dingledine2005-10-07
* disable RAND_poll() for the alpha of the day; at least 24 hours of testing is...Nick Mathewson2005-10-07
* Add half our entropy from RAND_poll in OpenSSL. These know how to use egd (i...Nick Mathewson2005-10-07
* Once an hour (not just on startup) give OpenSSL some more entropy.Nick Mathewson2005-10-06
* Using RAND_pseudo_bytes instead of RAND_bytes is an accident waiting to happe...Nick Mathewson2005-10-06
* 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