Roger Dingledine
|
881d23847a
fix something that looked scary to me. i believe this won't
|
19 years ago |
Nick Mathewson
|
219ad6395c
r8825@totoro: nickm | 2006-10-01 17:41:27 -0400
|
19 years ago |
Nick Mathewson
|
7d366f61cb
r9025@Kushana: nickm | 2006-09-29 18:33:13 -0400
|
19 years ago |
Nick Mathewson
|
87648bdcf8
r9008@Kushana: nickm | 2006-09-29 13:50:10 -0400
|
19 years ago |
Nick Mathewson
|
c4ac4bcba3
r8696@Kushana: nickm | 2006-08-31 14:43:44 -0400
|
19 years ago |
Roger Dingledine
|
4b94dabb53
note a compile warning that we should investigate one day.
|
19 years ago |
Roger Dingledine
|
3d79eb52ab
stick to nick's nul/null convention
|
19 years ago |
Roger Dingledine
|
266afcd7d5
bandaid for bug 299. this is still a bug, since we don't
|
19 years ago |
Nick Mathewson
|
853e2d99b6
Add a new warning to our "warn a lot" list: unused parameters. This means we have to explicitly "use" unuseds, but it can catch bugs. (It caught two coding mistakes so far.)
|
19 years ago |
Roger Dingledine
|
36712a443b
Stop initializing the hardware accelerator engines simply because
|
19 years ago |
Nick Mathewson
|
1fbc74661f
Remove DER64 functions in trunk: they will never be used again unless the directory authorities switch back to 0.0.9tooearly.
|
19 years ago |
Roger Dingledine
|
0543900fbf
clean up the traces from tracking the 0.1.1.9-alpha stack-smashing bug.
|
19 years ago |
Nick Mathewson
|
bd8ffccae7
More cleanups noticed by weasel; also, remove macros that nobody uses.
|
19 years ago |
Roger Dingledine
|
6ce36ead42
Start the process of converting warn to log_warn and so on.
|
20 years ago |
Roger Dingledine
|
5f051574d5
Happy new year!
|
20 years ago |
Nick Mathewson
|
45757dafb7
Split PARANOIA_B into B1 and B2.
|
20 years ago |
Nick Mathewson
|
241310bbac
Split 0119_PARANOIA into 0119_PARANOIA_[ABC]. A is "this is suspicious, and we have not tried running without this yet". B is "this is suspicious, but the last time we tested, it was okay." C is "How could this possibly be the cause?"
|
20 years ago |
Nick Mathewson
|
55ac4f032c
Add a (diabled by default) option in crypto.h to disable most of the interesting crypto-related changes made on 0.1.1.9. This will help hunt bug 234.
|
20 years ago |
Nick Mathewson
|
1af630d32c
Bite the bullet and limit all our source lines to 80 characters, the way IBM intended.
|
20 years ago |
Nick Mathewson
|
e9b66ec906
Document CREATE_FAST better in the code. Move our key expansion algorithm into a separate function in crypto.c
|
20 years ago |
Roger Dingledine
|
485b2cb4dc
get rid of nick's crazy voodoo dh checking.
|
20 years ago |
Roger Dingledine
|
923ad87470
remove another unused function
|
20 years ago |
Nick Mathewson
|
9cec3a13f5
remove some functions that are not used; #if0 out some files that are not likely to be used.
|
20 years ago |
Roger Dingledine
|
8182eb69cd
a smidgen more hint when we fail to seed the rng
|
20 years ago |
Nick Mathewson
|
83d6b0387b
Try to build with OpenSSL 0.9.6. Lets pay attention to see if anybody complains.
|
20 years ago |
Nick Mathewson
|
887178e710
Oops. It looks like there *was* an easy way to make openssl do what we wanted.
|
20 years ago |
Roger Dingledine
|
5ef2927870
correct nick's comment
|
20 years ago |
Nick Mathewson
|
f14743a975
Note that much of check_dh_key is voodoo; make x in DH be only 320 bits for DH speed improvement: this wants auditing. [We have blessing from Ian on this.] (Note that DH in SSL is not yet affected.)
|
20 years ago |
Nick Mathewson
|
3c36a14ba6
Call ERR_remove_state() on the main thread on shutdown,too
|
20 years ago |
Nick Mathewson
|
9492424d3f
Per comments at the bottom of openssl/FAQ, call even more functions to
|
20 years ago |