aboutsummaryrefslogtreecommitdiff
path: root/tor-proto/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
...
* Run cargo upgrade, except for stream-cipher.Nick Mathewson2020-09-091-7/+7
|
* Implement most of client-side channel cert validation.Nick Mathewson2020-09-091-0/+2
|
* Work on client channel handshake: mostly done, except for verificationNick Mathewson2020-09-091-0/+1
|
* New "linkspec" module to encapsulate info needed to connect/extend.Nick Mathewson2020-09-081-0/+1
|
* proto: small err cleanupsNick Mathewson2020-09-061-0/+1
|
* proto: major refactor to channel cellsNick Mathewson2020-09-061-0/+2
| | | | | | | The protocol is now based around a message-oriented scheme intended to use futures_codec, which in turn uses BytesMut. The transition to BytesMut is incomplete, and we're not nearly so zero-copy as intended. We should think about that.
* Run cargo-upgrade.Nick Mathewson2020-08-281-5/+5
|
* Update to latest packages; ed25519 now needs signature crate traits.Nick Mathewson2020-07-201-6/+6
|
* Use "cargo upgrade" from cargo-edit to list current versionsNick Mathewson2020-06-121-13/+13
|
* update to use latest rust-crypto traits and modulesNick Mathewson2020-06-101-1/+2
|
* tor-proto: use caret_int!() for cell and relay commands.Nick Mathewson2020-05-151-0/+1
|
* Stop re-exporting traits from tor-llcrypto. It does not help.Nick Mathewson2020-05-081-3/+3
|
* Fresh git repository for work on "arti"Nick Mathewson2020-05-071-0/+29
Arti is a rust tor implementation. It's project I've been working on for a few months now, in weekends and in spare time. It doesn't speak the tor protocol yet, and it doesn't connect to the network at all. It needs much more documentation and testing, but I'm just about ready to show it to others. See the README.md for a description of what is there and what isn't.