aboutsummaryrefslogtreecommitdiff
path: root/tor-bytes
Commit message (Collapse)AuthorAgeFilesLines
...
* bytes: add tests for impl.rsNick Mathewson2020-09-151-0/+113
|
* bytes: add tests for Writer traitNick Mathewson2020-09-142-0/+56
|
* bytes: more test for Reader.Nick Mathewson2020-09-141-4/+86
|
* tor_bytes::Reader: fix a bug in truncate.Nick Mathewson2020-09-121-1/+1
|
* Pare down and sort dependenciesNick Mathewson2020-09-091-3/+3
|
* Run cargo upgrade, except for stream-cipher.Nick Mathewson2020-09-091-1/+1
|
* Implement most of client-side channel cert validation.Nick Mathewson2020-09-091-2/+4
|
* Fix clippy warnings; improve key type for consensus.Nick Mathewson2020-09-072-2/+0
|
* tor-bytes: Add initial support for the bytes crateNick Mathewson2020-09-053-0/+17
|
* Migrate certificate and routerdesc checking to tor-checkableNick Mathewson2020-09-031-1/+1
| | | | | Now these types are parsed and returned wrapped inside a checkable object.
* Run cargo-upgrade.Nick Mathewson2020-08-281-4/+4
|
* Update to latest packages; ed25519 now needs signature crate traits.Nick Mathewson2020-07-202-7/+9
|
* Run "cargo update".Nick Mathewson2020-06-211-1/+1
|
* Use "cargo upgrade" from cargo-edit to list current versionsNick Mathewson2020-06-121-5/+5
|
* update to use latest rust-crypto traits and modulesNick Mathewson2020-06-102-9/+7
|
* tor-bytes: add the missing documentationNick Mathewson2020-05-085-18/+224
|
* make id field in RSAIdentity privateNick Mathewson2020-05-081-5/+2
|
* Fresh git repository for work on "arti"Nick Mathewson2020-05-076-0/+656
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.