Nick Mathewson
|
7cde094fd5
Fix a warning when building with --disable-curve25519
|
11 gadi atpakaļ |
Nick Mathewson
|
35daf6f602
Rename all of the macros in tor_queue.h to start with TOR_
|
11 gadi atpakaļ |
Andrea Shepard
|
dfbd19df41
Merge branch 'time_based_onionqueue_v2' of ssh://git-rw.torproject.org/nickm/tor
|
11 gadi atpakaļ |
Nick Mathewson
|
4da083db3b
Update the copyright date to 201.
|
12 gadi atpakaļ |
Roger Dingledine
|
6e4a4002c5
Clean up odds and ends
|
12 gadi atpakaļ |
Nick Mathewson
|
beca92c31b
Fix handling of ntor handshakes received via CREATE cells
|
12 gadi atpakaļ |
Nick Mathewson
|
b9fb01721a
Use a TAILQ, not a singly-linked queue, for the onion queue.
|
12 gadi atpakaļ |
Nick Mathewson
|
b0b3c14c11
Eliminate MaxOnionsPending; replace it with MaxOnionQueueDelay
|
12 gadi atpakaļ |
Nick Mathewson
|
94cb7bd24d
Complete all DOCDOC entries from the ntor branch
|
12 gadi atpakaļ |
Nick Mathewson
|
839016ac79
ntor: Don't fail fast server-side on an unrecognized KEYID(B)
|
12 gadi atpakaļ |
Nick Mathewson
|
ef13bf4432
Fix an unused-variable warning
|
12 gadi atpakaļ |
Nick Mathewson
|
5c68a1efaa
Don't check create cells too much when we're relaying them
|
12 gadi atpakaļ |
Nick Mathewson
|
1ed4786dba
Implement scheme to allow ntor requests/responses via older servers
|
12 gadi atpakaļ |
Nick Mathewson
|
115e8fe9a5
Use created_cell_format where appropriate
|
12 gadi atpakaļ |
Nick Mathewson
|
2802ccaeb6
Teach cpuworker and others about create_cell_t and friends
|
12 gadi atpakaļ |
Nick Mathewson
|
5d15d597a9
Code to parse and format CREATE{,2,_FAST} cells and their allies
|
12 gadi atpakaļ |
Nick Mathewson
|
f58d4dfcd6
Massive refactoring of the various handshake types
|
12 gadi atpakaļ |
Nick Mathewson
|
f7e590df05
Split onion.[ch] into onion{,_fast,_tap}.[ch]
|
12 gadi atpakaļ |
Nick Mathewson
|
6921d1fd25
Implement HKDF from RFC5869
|
12 gadi atpakaļ |
Nick Mathewson
|
81deddb08c
Merge remote-tracking branch 'origin/maint-0.2.3'
|
12 gadi atpakaļ |
Nick Mathewson
|
49dd5ef3a3
Add and use and unlikely-to-be-eliminated memwipe()
|
12 gadi atpakaļ |
Andrea Shepard
|
8b14db9628
Switch onion.c over to channel_t
|
12 gadi atpakaļ |
Nick Mathewson
|
0fa107a6aa
Update copyright dates to 2012; add a few missing copyright statements
|
12 gadi atpakaļ |
Nick Mathewson
|
173b18c79b
Add about 60 more DOCDOC comments to 0.2.3
|
12 gadi atpakaļ |
Nick Mathewson
|
26e789fbfd
Rename nonconformant identifiers.
|
13 gadi atpakaļ |
Nick Mathewson
|
44ad734573
Merge remote-tracking branch 'public/3122_memcmp_squashed' into bug3122_memcmp_022
|
13 gadi atpakaļ |
Nick Mathewson
|
59f9097d5c
Hand-conversion and audit phase of memcmp transition
|
13 gadi atpakaļ |
Nick Mathewson
|
db7b2a33ee
Automated conversion of memcmp to tor_memcmp/tor_mem[n]eq
|
13 gadi atpakaļ |
Nick Mathewson
|
50c259d763
Make the DH parameter we use for TLS match the one from Apache's mod_ssl
|
14 gadi atpakaļ |
Nick Mathewson
|
76582442a8
Handle failing cases of DH allocation
|
14 gadi atpakaļ |