- Mar 24, 2018
-
-
Nick Mathewson authored
These tests handle incoming and outgoing cells on a three-hop circuit, and make sure that the crypto works end-to-end. They don't yet test spec conformance, leaky-pipe, or various error cases.
-
- Mar 17, 2018
-
-
Nick Mathewson authored
Additionally, this change extracts the functions that created and freed these elements. These structures had common "forward&reverse stream&digest" elements, but they were initialized and freed through cpath objects, and different parts of the code depended on them. Now all that code is extacted, and kept in relay_crypto.c
-
Nick Mathewson authored
This should help us improve modularity, and should also make it easier for people to experiment with other relay crypto strategies down the road. This commit is pure function movement.
-
Nick Mathewson authored
-
Nick Mathewson authored
This function is used upon receiving a cell, and only handles the decrypting part. The encryption part is currently handled inside circuit_package_relay_cell.
-
- Mar 14, 2018
-
-
Nick Mathewson authored
-
- Mar 13, 2018
-
-
-
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Fixes bug 25474; bugfix on 0.3.2.5-alpha.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Mar 08, 2018
-
-
ffmancera authored
Signed-off-by:
Fernando Fernandez Mancera <ffmancera@riseup.net>
-
- Mar 04, 2018
-
-
Nick Mathewson authored
Fixes bug 25415; bugfix on 0.3.3.2-alpha.
-
- Mar 03, 2018
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
"ours" merge to avoid version bump.
-
Nick Mathewson authored
-
Nick Mathewson authored
"ours" merge to avoid version bump.
-
Nick Mathewson authored
-
Nick Mathewson authored
"ours" merge to avoid version bump
-