Nick Mathewson
|
0355d29e12
|
Call tls_log_errors at a more appropriate location; we can remove the other calls in tor_tls_verify once we are sure they never happen.
svn:r1709
|
2004-04-26 03:09:17 +00:00 |
|
Nick Mathewson
|
cb465160da
|
Very blunt debugging code: log pending errors at start and end of tor_tls_verify
svn:r1707
|
2004-04-26 02:33:12 +00:00 |
|
Nick Mathewson
|
568a4d187a
|
Check for machine/limits.h in addition to sys/limits.h
svn:r1705
|
2004-04-25 23:47:26 +00:00 |
|
Roger Dingledine
|
37192bd25e
|
use tor_assert and PUBLIC_KEY_OK
but don't use tor_assert inside log.c, to avoid loops
svn:r1696
|
2004-04-25 19:59:38 +00:00 |
|
Nick Mathewson
|
e062ca046b
|
Add a tor_assert macro that logs failed assertions.
svn:r1695
|
2004-04-25 19:37:39 +00:00 |
|
Nick Mathewson
|
70bbd0cafa
|
Add assert on crypto_pk_write_private_key,and macros to make sure we have real keys
svn:r1694
|
2004-04-25 19:21:44 +00:00 |
|
Roger Dingledine
|
6a45028ccb
|
don't warn when private_decrypt_hybrid fails
svn:r1689
|
2004-04-25 04:32:59 +00:00 |
|
Nick Mathewson
|
c44016e86e
|
Merge flagday into main branch.
svn:r1683
|
2004-04-24 22:17:50 +00:00 |
|
Roger Dingledine
|
06a60c4fbb
|
use the real socketpair if we've got it
now it's just windows that has to use the kludged one
svn:r1675
|
2004-04-19 21:31:32 +00:00 |
|
Roger Dingledine
|
a54ded2879
|
util.c uses LONG_MAX, needs another include on fbsd 5.x
svn:r1653
|
2004-04-17 06:35:03 +00:00 |
|
Roger Dingledine
|
4d380ea902
|
quiet a -l info that should be -l debug
svn:r1634
|
2004-04-15 22:08:37 +00:00 |
|
Nick Mathewson
|
306adfc8bd
|
Fix two dumb leaks in crypto.c
svn:r1592
|
2004-04-12 05:27:38 +00:00 |
|
Nick Mathewson
|
aa7cfd93e5
|
Fix base32 implementation; make base32 implementation follow standard; add more tests for base32
svn:r1574
|
2004-04-08 20:56:33 +00:00 |
|
Nick Mathewson
|
024c059fae
|
Force tor_malloc(0) to always be sane
svn:r1558
|
2004-04-08 03:05:08 +00:00 |
|
Roger Dingledine
|
47488fa525
|
allow 90 minutes of clock skew, not 30
svn:r1544
|
2004-04-08 01:08:56 +00:00 |
|
Nick Mathewson
|
8169da5c30
|
Don't use Tor version 0.0.5 for intro/rendezvous points. (We don't need
to worry about 0.0.4 or earlier, because nobody is running them any more.)
svn:r1533
|
2004-04-07 21:36:03 +00:00 |
|
Nick Mathewson
|
3d60cd1d61
|
Delete trailing whitespace and expand tabs; remove unused aes decrypt code
svn:r1522
|
2004-04-07 19:57:40 +00:00 |
|
Nick Mathewson
|
75c19716a8
|
Put ourself in router list; act accordingly.
svn:r1521
|
2004-04-07 19:46:27 +00:00 |
|
Nick Mathewson
|
f24519e4b9
|
Set correct address and port mappings on outgoing rendezvous connections
svn:r1513
|
2004-04-06 22:05:49 +00:00 |
|
Nick Mathewson
|
8b371c2aa5
|
router_choose_random_node wants a smartlist of routers, not of nicknames.
svn:r1510
|
2004-04-06 21:19:59 +00:00 |
|
Nick Mathewson
|
2fc106d210
|
Force hybrid encryption on for key negotiation
svn:r1509
|
2004-04-06 20:55:46 +00:00 |
|
Nick Mathewson
|
6290d027c9
|
Continue attack on magic numbers; use new crypto wrappers where possible
svn:r1504
|
2004-04-06 20:16:12 +00:00 |
|
Nick Mathewson
|
ce51a30adc
|
Remove the last tab in non-contributed code
svn:r1503
|
2004-04-06 03:46:37 +00:00 |
|
Nick Mathewson
|
257d509b91
|
Document stuff, reduce magic numbers, add emacs magic
svn:r1502
|
2004-04-06 03:44:36 +00:00 |
|
Nick Mathewson
|
34633c1122
|
add more constants
svn:r1488
|
2004-04-05 20:52:16 +00:00 |
|
Nick Mathewson
|
12ede0a2c4
|
use the right variable when comparing hashes; maybe fix "Hash of session" bug
svn:r1481
|
2004-04-05 17:36:30 +00:00 |
|
Nick Mathewson
|
84b9e90d5f
|
i2d_RSAPublicKey advances the pointer it receives past the ASN1-encoded string.
svn:r1478
|
2004-04-05 17:10:48 +00:00 |
|
Nick Mathewson
|
82cde03ddc
|
Make it build on linux
svn:r1468
|
2004-04-03 04:08:54 +00:00 |
|
Nick Mathewson
|
b3c2b62a14
|
Make "common" no longer depend on or.h
svn:r1466
|
2004-04-03 04:05:12 +00:00 |
|
Nick Mathewson
|
d93ff0b82f
|
Handle rendezvous relay cells
svn:r1464
|
2004-04-03 03:37:11 +00:00 |
|
Nick Mathewson
|
7451de5d97
|
Loops work better when they terminate. Non-terminating loops are easier
to diagnose when they don't trash the stack.
svn:r1460
|
2004-04-03 02:55:42 +00:00 |
|
Nick Mathewson
|
ffc58cd91a
|
Build without warnings against openssl 0.9.6
svn:r1459
|
2004-04-03 02:43:09 +00:00 |
|
Nick Mathewson
|
137b577bbd
|
Refactor the heck out of crypto interface: admit that we will stick with one ciphersuite at a time, make const things const, and stop putting openssl in the headers.
svn:r1458
|
2004-04-03 02:40:30 +00:00 |
|
Nick Mathewson
|
fc4d15baf6
|
Hide smartlist internals
svn:r1451
|
2004-04-03 00:58:54 +00:00 |
|
Nick Mathewson
|
e8345bfced
|
refactor; start adding debugging logs to midpoint rend stuff
svn:r1445
|
2004-04-02 23:30:54 +00:00 |
|
Nick Mathewson
|
08d748b6b3
|
Implement rennd_services_init
svn:r1443
|
2004-04-02 23:01:00 +00:00 |
|
Nick Mathewson
|
cbbd13f789
|
Add new functions to wrap digest and sign/checksig.
svn:r1436
|
2004-04-01 22:10:33 +00:00 |
|
Nick Mathewson
|
56b3d67149
|
Separate "generate-DH-key" from "get-DH-key" without breaking old interface
svn:r1431
|
2004-04-01 20:04:54 +00:00 |
|
Nick Mathewson
|
35f531b94f
|
Add helpful hybrid encryption functions
svn:r1423
|
2004-04-01 03:08:35 +00:00 |
|
Roger Dingledine
|
d7cb4d0ae6
|
make changes that ben laurie suggested
(ben, was this what you had in mind?)
svn:r1415
|
2004-03-31 22:41:25 +00:00 |
|
Nick Mathewson
|
b32440a028
|
Implement hidserv_XX functions; there is still an XXX in directory_handle_command
svn:r1404
|
2004-03-31 03:42:56 +00:00 |
|
Nick Mathewson
|
6ea61d5e0d
|
Parse and generate service descriptors
svn:r1403
|
2004-03-31 02:07:38 +00:00 |
|
Nick Mathewson
|
93ab51e9ac
|
Make smartlist Do What Arma Expects.
svn:r1401
|
2004-03-30 22:59:00 +00:00 |
|
Nick Mathewson
|
919a8f236e
|
Resolve type-punning warnings
svn:r1399
|
2004-03-30 22:50:49 +00:00 |
|
Nick Mathewson
|
c31f5505da
|
Jump through a hoop, suppress a warning
svn:r1398
|
2004-03-30 22:42:26 +00:00 |
|
Nick Mathewson
|
96a86ef14d
|
Remove maximum-size field from smartlists
svn:r1397
|
2004-03-30 20:05:52 +00:00 |
|
Nick Mathewson
|
6ea95488d2
|
Add more key manipulation functions, and base32 functions, to crypto
svn:r1395
|
2004-03-30 19:47:32 +00:00 |
|
Nick Mathewson
|
abcf3d9341
|
Make smartlists start small and grow as needed.
svn:r1394
|
2004-03-30 19:25:43 +00:00 |
|
Roger Dingledine
|
0864d3f484
|
add in a 'notice' log level
svn:r1383
|
2004-03-30 03:15:23 +00:00 |
|
Nick Mathewson
|
b69f5f3e1b
|
Add an autoconf test for whether unaligned int access is permitted.
It works on macos, and works correctly when I twiddle the test code to
generate a spurious segfault. Will it work anywhere else?
svn:r1329
|
2004-03-21 04:14:06 +00:00 |
|