summaryrefslogtreecommitdiff
path: root/tor-proto
Commit message (Expand)AuthorAgeFilesLines
...
* Add some missing documentationNick Mathewson2020-09-091-4/+54
* Also RSA identities on channel handshakesNick Mathewson2020-09-092-6/+36
* Implement most of client-side channel cert validation.Nick Mathewson2020-09-094-16/+72
* Declare Into<ChanCell> for channel messages without circidsNick Mathewson2020-09-092-4/+26
* Work on client channel handshake: mostly done, except for verificationNick Mathewson2020-09-097-18/+235
* New "linkspec" module to encapsulate info needed to connect/extend.Nick Mathewson2020-09-082-94/+2
* relaycell: slight error cleanupNick Mathewson2020-09-071-18/+23
* relaycell: move cmd into Unrecognized.Nick Mathewson2020-09-071-6/+20
* proto::relaycell: documentation and light refactoringNick Mathewson2020-09-072-103/+192
* rename relaycell stuff to its own module; rename a bitNick Mathewson2020-09-066-61/+61
* proto: Finish documenting chancellNick Mathewson2020-09-063-21/+196
* proto: small err cleanupsNick Mathewson2020-09-065-49/+35
* proto: make write_body_onto destructive. That might help down the roadNick Mathewson2020-09-062-19/+18
* Reinstate ChanCell as a meaningful type.Nick Mathewson2020-09-062-24/+24
* proto: major refactor to channel cellsNick Mathewson2020-09-068-758/+832
* 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
* Run cargo fix --edition-idiomsNick Mathewson2020-06-261-1/+1
* 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-104-20/+24
* tor-proto: use caret_int!() for cell and relay commands.Nick Mathewson2020-05-154-175/+157
* tor-proto: Simplify ct::lookup API.Nick Mathewson2020-05-102-10/+7
* Document most of tor-protoNick Mathewson2020-05-0911-12/+239
* tor-proto: Fix a logic error in KDF-TOR implementation.Nick Mathewson2020-05-091-2/+2
* Use links for traits in llcrypto docsNick Mathewson2020-05-081-1/+1
* Upgrade to a modern version of "sha-1".Nick Mathewson2020-05-081-1/+2
* make id field in RSAIdentity privateNick Mathewson2020-05-081-2/+2
* 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-0714-0/+2204