index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tor-proto
/
src
/
channel
/
handshake.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the "unreachable_pub" lint.
Nick Mathewson
2021-05-18
1
-7
/
+7
*
Prefer "relay" to "server" when appropriate.
Nick Mathewson
2021-05-18
1
-2
/
+2
*
Add unseparated_literal_suffix lint, and fix it.
Nick Mathewson
2021-05-03
1
-1
/
+1
*
Make `now` an argument when verifying a channel.
Nick Mathewson
2021-04-30
1
-4
/
+7
*
Fix Rust-1.51 clippy warnings about acronyms in camel case.
Nick Mathewson
2021-03-29
1
-1
/
+1
*
Rename Rsa{Identity,Signature} to fix clippy warning.
Nick Mathewson
2021-03-29
1
-5
/
+5
*
Migrate from futures_codec to asynchronous_codec.
Nick Mathewson
2021-01-15
1
-0
/
+1
*
Rename LogId -> UniqId.
Nick Mathewson
2020-12-01
1
-22
/
+22
*
Refactor first-hop handling types a bit
Nick Mathewson
2020-11-17
1
-2
/
+6
*
Make the Arc-ness of channels more explicit.
Nick Mathewson
2020-11-12
1
-1
/
+2
*
Remove duplication of ipaddr argument in handshake.
Nick Mathewson
2020-10-29
1
-13
/
+19
*
Improve documentation in tor-proto
Nick Mathewson
2020-10-26
1
-2
/
+1
*
Use from_bytes name for Ed25519Identity
Nick Mathewson
2020-10-25
1
-2
/
+1
*
channel: Refactor the point when we split the framed codec.
Nick Mathewson
2020-10-25
1
-3
/
+10
*
Test for finish-handshake function
Nick Mathewson
2020-10-23
1
-0
/
+18
*
handshake: tests for invalid signatures
Nick Mathewson
2020-10-23
1
-1
/
+49
*
Add tests for handshakes certifying the wrong thing
Nick Mathewson
2020-10-23
1
-0
/
+53
*
Tests for handshakes with missing certs
Nick Mathewson
2020-10-23
1
-10
/
+52
*
Test a trivial succeeding case of link cert validation
Nick Mathewson
2020-10-21
1
-12
/
+72
*
Fix a security issue (!) in link handshake validation.
Nick Mathewson
2020-10-21
1
-1
/
+1
*
Infrastructure for testing handshake cert-validation code
Nick Mathewson
2020-10-21
1
-1
/
+61
*
More tests for handshake connect function
Nick Mathewson
2020-10-21
1
-26
/
+136
*
Start a basic test for the first part of the handshake.
Nick Mathewson
2020-10-21
1
-0
/
+45
*
Add reasonable logging (I hope!) to channel
Nick Mathewson
2020-10-20
1
-11
/
+73
*
Add and use remaining CertType values in tor-cert
Nick Mathewson
2020-10-19
1
-2
/
+2
*
Improvements to Relay type in tor-netdir.
Nick Mathewson
2020-10-19
1
-1
/
+1
*
Mark must-resolve XXXX issues with "XXXXM3".
Nick Mathewson
2020-10-18
1
-2
/
+2
*
Document all private members in tor-proto
Nick Mathewson
2020-10-13
1
-0
/
+4
*
Use batch verification in client<->relay handshake.
Nick Mathewson
2020-10-02
1
-7
/
+19
*
Enable batch ed25519 verification.
Nick Mathewson
2020-10-02
1
-0
/
+1
*
Rename remaining get_ accessors
Nick Mathewson
2020-09-28
1
-3
/
+3
*
tor_cert: rename accessors
Nick Mathewson
2020-09-28
1
-3
/
+3
*
Rename some identifiers in tor-linkspec.
Nick Mathewson
2020-09-28
1
-5
/
+5
*
Split the cell-handling parts of tor-proto into a new crate.
Nick Mathewson
2020-09-26
1
-2
/
+4
*
Lower our "#[allow(dead_code)]" decl in tor_proto."
Nick Mathewson
2020-09-25
1
-0
/
+1
*
More documentation for channel, circuit, stream.
Nick Mathewson
2020-09-21
1
-5
/
+37
*
Start implementing streams and circuit-level reactors.
Nick Mathewson
2020-09-21
1
-6
/
+6
*
De-parameterize channel and circuit
Nick Mathewson
2020-09-19
1
-7
/
+7
*
proto::channel: add piping to move cells around.
Nick Mathewson
2020-09-11
1
-4
/
+10
*
Turn channel into a handle-to-inner type.
Nick Mathewson
2020-09-10
1
-4
/
+2
*
Move channel handshake into its own module.
Nick Mathewson
2020-09-10
1
-0
/
+260