summaryrefslogtreecommitdiff
path: root/tor-proto/src/channel.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Improve shutdown support for channel. No idea if it works.Nick Mathewson2020-09-201-14/+7
* De-parameterize channel and circuitNick Mathewson2020-09-191-19/+16
* For circuits: Implement first hop create via create_fast.Nick Mathewson2020-09-111-0/+3
* proto: add minimal (raw) circuit support.Nick Mathewson2020-09-111-10/+43
* proto::channel: add piping to move cells around.Nick Mathewson2020-09-111-13/+92
* Turn channel into a handle-to-inner type.Nick Mathewson2020-09-101-0/+28
* Move channel handshake into its own module.Nick Mathewson2020-09-101-254/+12
* Add some missing documentationNick Mathewson2020-09-091-4/+54
* Also RSA identities on channel handshakesNick Mathewson2020-09-091-1/+25
* Implement most of client-side channel cert validation.Nick Mathewson2020-09-091-2/+45
* Declare Into<ChanCell> for channel messages without circidsNick Mathewson2020-09-091-4/+2
* Work on client channel handshake: mostly done, except for verificationNick Mathewson2020-09-091-0/+156