index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-proto
/
src
/
crypto
/
handshake
/
ntor_v3.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Upgrade cipher, aes, and ctr.
Nick Mathewson
2026-07-13
1
-1
/
+1
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
1
-0
/
+1
*
Upgrade rand crates to 0.10.
Wesley Aptekar-Cassels
2026-05-12
1
-6
/
+6
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-3
/
+18
*
cell,proto: Split request/response extensions into seprate types
Nick Mathewson
2025-05-07
1
-9
/
+9
*
cell: Use ExtList to implement CircRequestExt.
Nick Mathewson
2025-05-07
1
-3
/
+4
*
Rename NtorV3Extension to CircRequestExt
Nick Mathewson
2025-05-07
1
-16
/
+16
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-3
/
+3
*
tor-proto: Use Reader::take_all_but().
Nick Mathewson
2024-09-16
1
-8
/
+1
*
tor-bytes: Error: provide and call Error::incomplete_error
Ian Jackson
2024-09-11
1
-1
/
+1
*
tor-bytes: Add a deficit field to Error::Truncated (fmt)
Ian Jackson
2024-09-10
1
-1
/
+3
*
tor-bytes: Add a deficit field to Error::Truncated
Ian Jackson
2024-09-10
1
-1
/
+2
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
NtorV3Extension set encoding/decoding: include n_extensions
Jim Newsome
2023-12-07
1
-3
/
+3
*
Remove RngCompatExt.
Nick Mathewson
2023-11-29
1
-3
/
+3
*
Convert to the latest versions of dalek-cryptography
Nick Mathewson
2023-11-29
1
-3
/
+3
*
Add NtorV3SecretKey::generate_for_test and NtorV3SecretKey::new
Jim Newsome
2023-11-27
1
-39
/
+36
*
NtorV3PublicKey: make fields pub(crate), as for NtorPublicKey
Jim Newsome
2023-11-27
1
-2
/
+2
*
tor-proto: make ClientHandShake and ServerHandshake generic over aux data
Jim Newsome
2023-11-15
1
-4
/
+10
*
Add NtorV3Server and implement ServerHandshake for it
Jim Newsome
2023-11-15
1
-29
/
+43
*
NtorV3Client: implement ClientHandshake
Jim Newsome
2023-11-15
1
-7
/
+13
*
NtorV3Client: take a slice instead of a vec of extensions
Jim Newsome
2023-11-15
1
-5
/
+3
*
ntor_v3: replace `impl digest::XofReader` with `NtorV3XofReader`
Jim Newsome
2023-11-15
1
-15
/
+20
*
Remove direct dependency on generic-array
Nick Mathewson
2023-09-28
1
-2
/
+1
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
Back down x25519-dalek to 2.0.0-pre.1 from 2.0.0-rc.2
pinkforest
2023-06-27
1
-5
/
+5
*
Lower tor-proto::util::ct::lookup to tor-llcrypto
Nick Mathewson
2023-06-16
1
-2
/
+2
*
Use non-deprecated *Secret::random_from_rng.
Nick Mathewson
2023-05-13
1
-5
/
+5
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
test lint blocks: Do some semi-manually
Ian Jackson
2022-12-12
1
-1
/
+9
*
tor-proto: Use correct SecretBuf in handshakes.
Nick Mathewson
2022-08-01
1
-5
/
+7
*
tor-proto: Replace SecretBytes with SecretBuf.
Nick Mathewson
2022-08-01
1
-6
/
+6
*
tor-proto: Stop using write_infallible in handshake code.
Nick Mathewson
2022-07-11
1
-80
/
+101
*
Rename "write" methods on tor-bytes to "write_infallible".
Nick Mathewson
2022-07-11
1
-64
/
+64
*
Implement a higher-level API for the ntor v3 handshake
eta
2022-07-08
1
-23
/
+162
*
tor-proto: split and elaborate tor_bytes::Error instances
Nick Mathewson
2022-06-23
1
-2
/
+6
*
tor-proto: clean up error names and messages
Nick Mathewson
2022-06-23
1
-2
/
+2
*
Use testing_rng() in tests throughout our crates.
Nick Mathewson
2022-06-02
1
-1
/
+2
*
Upgrade to AES 0.8
Nick Mathewson
2022-04-26
1
-1
/
+1
*
tor-proto: Rename BadHandshake to BadCircHandshake
Nick Mathewson
2022-02-23
1
-1
/
+1
*
Eliminate RequestedResourceAbsent kind.
Nick Mathewson
2022-02-22
1
-4
/
+5
*
prefer 'unwrap_or_default' to manual constructor
Daniel Eades
2022-01-01
1
-1
/
+1
*
Resolve roughly half of the XXXXs.
Nick Mathewson
2021-12-06
1
-1
/
+2
*
Remove some dbg!() calls in real code.
Nick Mathewson
2021-11-02
1
-2
/
+0
*
Use subtle and some refactoring to remove branches in ntor
Nick Mathewson
2021-10-01
1
-16
/
+29
*
Typo fixes
Nick Mathewson
2021-09-09
1
-2
/
+2
*
Fix clippy warnings in tests with --all-features
Nick Mathewson
2021-09-08
1
-8
/
+7
*
Move all crates into a `crates` subdirectory.
Nick Mathewson
2021-08-27
1
-0
/
+672