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
/
hs_ntor.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Upgrade cipher, aes, and ctr.
Nick Mathewson
2026-07-13
1
-2
/
+2
*
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
-2
/
+2
*
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
-2
/
+2
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
Remove RngCompatExt.
Nick Mathewson
2023-11-29
1
-4
/
+3
*
Convert to the latest versions of dalek-cryptography
Nick Mathewson
2023-11-29
1
-4
/
+4
*
hs_ntor: fix comment typo INTROUDCE1
Jim Newsome
2023-11-15
1
-1
/
+1
*
Precisely cfg-decorate a constant
Ian Jackson
2023-10-31
1
-0
/
+1
*
Merge branch 'todos_proto' into 'main'
Nick Mathewson
2023-10-12
1
-80
/
+37
|
\
|
*
Remove the (fairly bogus) HsNtorServiceInput type.
Nick Mathewson
2023-10-12
1
-80
/
+37
*
|
tor-proto: Add a FIXME about an allow
Ian Jackson
2023-10-12
1
-0
/
+2
|
/
*
tor-proto: Fix clippy warning.
Gabriela Moldovan
2023-10-03
1
-1
/
+1
*
Remove direct dependency on generic-array
Nick Mathewson
2023-09-28
1
-3
/
+2
*
Merge branch 'pad_intro2' into 'main'
Nick Mathewson
2023-09-25
1
-7
/
+41
|
\
|
*
Generate padding in Introduce1 messages.
Nick Mathewson
2023-09-18
1
-7
/
+41
*
|
hs_ntor: replace "32" with a const.
Nick Mathewson
2023-09-21
1
-1
/
+1
*
|
hs_ntor: rename get_{introduce,rendezvous}1_key_material.
Nick Mathewson
2023-09-21
1
-6
/
+6
*
|
hs_ntor: improve several comments.
Nick Mathewson
2023-09-21
1
-3
/
+10
*
|
hs_ntor: rename enc_key to dec_key in service code.
Nick Mathewson
2023-09-21
1
-5
/
+5
*
|
hs_ntor: allow attempting handshake with a set of subcredentials.
Nick Mathewson
2023-09-20
1
-27
/
+45
*
|
hs_ntor: Take our k_hss_ntor keypair explicitly.
Nick Mathewson
2023-09-20
1
-18
/
+18
|
/
*
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
-3
/
+3
*
proto: Put client and service hs_ntor behind individual features
Nick Mathewson
2023-06-21
1
-5
/
+17
*
proto: Resolve some hs_ntor "TODO HS" comments.
Nick Mathewson
2023-06-21
1
-10
/
+7
*
proto: Add a commment about a problem in my hs_ntor plans.
Nick Mathewson
2023-06-12
1
-0
/
+4
*
proto: code movement and reindentation in hs_ntor
Nick Mathewson
2023-06-12
1
-86
/
+75
*
proto: Remove now-unused hs_ntor APIs
Nick Mathewson
2023-06-12
1
-43
/
+21
*
proto: refactor hs_ntor to reuse state.
Nick Mathewson
2023-06-12
1
-14
/
+49
*
hs_ntor: several documentation cleanups.
Nick Mathewson
2023-05-17
1
-6
/
+14
*
hs_ntor: make encrypt_and_mac take a typed public key
Nick Mathewson
2023-05-17
1
-10
/
+6
*
hs_ntor: remove the last lingering AsRef<[u8]>
Nick Mathewson
2023-05-17
1
-7
/
+7
*
hs_ntor: Add a test vector case extracted from C tor.
Nick Mathewson
2023-05-17
1
-0
/
+104
*
hs_ntor: Calculate MAC on introduce1 message correctly.
Nick Mathewson
2023-05-17
1
-3
/
+12
*
hs_ntor: Make internal no-rng variants of the handshake functions.
Nick Mathewson
2023-05-17
1
-2
/
+25
*
hs_ntor: Move extra data outside of the "input" fields.
Nick Mathewson
2023-05-17
1
-59
/
+33
*
hs_ntor: Use MAC implementation from tor-hscrypto
Nick Mathewson
2023-05-17
1
-35
/
+16
*
hs_ntor: Use correct PK types from tor_hscrypto.
Nick Mathewson
2023-05-17
1
-20
/
+24
*
hs_ntor: Use Subcredential type from tor-hscrypto
Nick Mathewson
2023-05-17
1
-4
/
+3
*
Use non-deprecated *Secret::random_from_rng.
Nick Mathewson
2023-05-13
1
-3
/
+3
*
Rename onion-* cargo features to hs-* in tor-* crates
Ian Jackson
2023-02-28
1
-1
/
+1
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
tor-proto: Expose support for doing onion service handshakes
Nick Mathewson
2023-01-17
1
-15
/
+15
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
1
-0
/
+9
*
tor-proto: Use correct SecretBuf in handshakes.
Nick Mathewson
2022-08-01
1
-11
/
+15
*
tor-proto: Replace SecretBytes with SecretBuf.
Nick Mathewson
2022-08-01
1
-9
/
+9
*
tor-proto: Stop using write_infallible in handshake code.
Nick Mathewson
2022-07-11
1
-33
/
+45
[next]