aboutsummaryrefslogtreecommitdiff
path: root/src/common/crypto.c
Commit message (Expand)AuthorAge
* r12595@catbus: nickm | 2007-04-30 18:32:34 -0400Nick Mathewson2007-04-30
* r12001@catbus: nickm | 2007-02-28 15:24:12 -0500Nick Mathewson2007-02-28
* r11976@catbus: nickm | 2007-02-27 19:35:59 -0500Nick Mathewson2007-02-28
* r11775@catbus: nickm | 2007-02-12 16:39:09 -0500Nick Mathewson2007-02-12
* more changes. i'm all caught up now.Roger Dingledine2007-02-06
* r11639@catbus: nickm | 2007-02-05 13:33:38 -0500Nick Mathewson2007-02-05
* r11629@catbus: nickm | 2007-02-02 15:06:17 -0500Nick Mathewson2007-02-02
* r9689@catbus: nickm | 2007-01-19 22:34:20 -0500Nick Mathewson2007-01-20
* i saw somebody on #tor paste a string where these wereRoger Dingledine2006-10-20
* r9274@Kushana: nickm | 2006-10-19 16:16:58 -0400Nick Mathewson2006-10-19
* r8957@totoro: nickm | 2006-10-08 22:35:17 -0400Nick Mathewson2006-10-09
* fix something that looked scary to me. i believe this won'tRoger Dingledine2006-10-07
* r8825@totoro: nickm | 2006-10-01 17:41:27 -0400Nick Mathewson2006-10-01
* r9025@Kushana: nickm | 2006-09-29 18:33:13 -0400Nick Mathewson2006-09-29
* r9008@Kushana: nickm | 2006-09-29 13:50:10 -0400Nick Mathewson2006-09-29
* r8696@Kushana: nickm | 2006-08-31 14:43:44 -0400Nick Mathewson2006-08-31
* note a compile warning that we should investigate one day.Roger Dingledine2006-08-14
* stick to nick's nul/null conventionRoger Dingledine2006-07-15
* bandaid for bug 299. this is still a bug, since we don'tRoger Dingledine2006-06-05
* Add a new warning to our "warn a lot" list: unused parameters. This means we...Nick Mathewson2006-06-04
* Stop initializing the hardware accelerator engines simply becauseRoger Dingledine2006-05-24
* Remove DER64 functions in trunk: they will never be used again unless the dir...Nick Mathewson2006-04-10
* clean up the traces from tracking the 0.1.1.9-alpha stack-smashing bug.Roger Dingledine2006-03-26
* 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