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
/
crates
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
tor-guardmgr, tor-proto: minor logging tweaks
eta
2023-05-18
2
-4
/
+4
|
|
/
|
/
|
*
|
Merge branch 'hs_handshake' into 'main'
Nick Mathewson
2023-05-18
2
-130
/
+229
|
\
\
|
*
|
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
2
-5
/
+5
|
|
/
*
|
cell: Make Introduce2::new testing-only.
Nick Mathewson
2023-05-17
1
-1
/
+6
*
|
cell: Record the text of an INTRODUCE2 header
Nick Mathewson
2023-05-17
1
-9
/
+39
*
|
cell: extract introduce headers into a new type.
Nick Mathewson
2023-05-17
1
-20
/
+42
|
/
*
Merge branch 'info-to-warn' into 'main'
gabi-250
2023-05-17
1
-5
/
+8
|
\
|
*
Change log level to debug and warn for certain appropriate situations
Saksham Mittal
2023-05-17
1
-5
/
+8
*
|
Merge branch 'arc_circ' into 'main'
gabi-250
2023-05-17
14
-74
/
+83
|
\
\
|
*
|
Refactor ClientCirc APIs to use Arc<ClientCirc>.
Nick Mathewson
2023-05-16
14
-74
/
+83
*
|
|
Merge branch 'ticket_759' into 'main'
Nick Mathewson
2023-05-16
9
-17
/
+66
|
\
\
\
|
*
|
|
Deprecate check_key, and refactor its logic into the new functions.
Nick Mathewson
2023-05-16
1
-16
/
+33
|
*
|
|
Replace usage of KeyUnknownCert::check_key.
Nick Mathewson
2023-05-16
7
-11
/
+11
|
*
|
|
tor-cert: Add new functions to replace KeyUnknownCert::check_key.
Nick Mathewson
2023-05-16
2
-0
/
+32
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'resolve_relay' into 'main'
Nick Mathewson
2023-05-16
1
-0
/
+142
|
\
\
\
|
*
|
|
netdir: New function to check consistency of a HasRelayIds
Nick Mathewson
2023-05-16
1
-0
/
+142
|
|
/
/
*
|
|
Merge branch 'rpc-objectmap' into 'main'
Nick Mathewson
2023-05-16
3
-180
/
+197
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
rpc: Split the generational index into two.
Nick Mathewson
2023-05-16
1
-113
/
+92
|
*
|
rpc: Change the formatting of object IDs
Nick Mathewson
2023-05-15
2
-22
/
+75
|
*
|
rpc: rename GenIdx::into/try_from implementations
Nick Mathewson
2023-05-15
2
-11
/
+9
|
*
|
rpc: do not deduplicate strong object ids
Nick Mathewson
2023-05-15
1
-52
/
+39
|
*
|
rpc: Repair an error in our ObjectId encoding.
Nick Mathewson
2023-05-15
1
-1
/
+1
|
|
/
*
|
Revise all XXXXs from fixup-features
Nick Mathewson
2023-05-15
19
-89
/
+79
*
|
Run fixup-features _with_ annotations.
Nick Mathewson
2023-05-15
19
-0
/
+70
*
|
Reformat Cargo.toml files.
Nick Mathewson
2023-05-15
20
-69
/
+230
*
|
Run fixup-features --no-annotate for initial Cargo.toml fixes.
Nick Mathewson
2023-05-15
42
-44
/
+118
|
/
*
Merge branch 'better-fixup-features' into 'main'
Nick Mathewson
2023-05-15
5
-14
/
+24
|
\
|
*
Mark an initial set of non-additive features.
Nick Mathewson
2023-05-15
5
-14
/
+24
*
|
Use non-deprecated *Secret::random_from_rng.
Nick Mathewson
2023-05-13
6
-20
/
+21
*
|
llcrypto: upgrade x25519-dalek.
Nick Mathewson
2023-05-13
1
-1
/
+1
*
|
tor-basic-utils: Add unbounded range (..) test.
Gabriela Moldovan
2023-05-13
1
-0
/
+31
*
|
tor-basic-utils: Update combinatorial test to randomly choose an open or clos...
Gabriela Moldovan
2023-05-13
1
-2
/
+12
*
|
tor-basic-utils: Add rangebounds test with time ranges.
Gabriela Moldovan
2023-05-13
1
-0
/
+35
*
|
tor-basic-utils: Assert witness is not part of the intersection.
Gabriela Moldovan
2023-05-13
1
-0
/
+4
*
|
tor-basic-utils: Log the ranges/intersection on assertion failure.
Gabriela Moldovan
2023-05-13
1
-1
/
+13
*
|
netdoc: Use the RangeBoundsExt impl of TimerangeBound.
Gabriela Moldovan
2023-05-13
3
-82
/
+25
*
|
tor-checkable: Implement RangeBounds for TimerangeBound.
Gabriela Moldovan
2023-05-13
2
-6
/
+19
*
|
tor-basic-utils: Add a helper function to deduplicate test code.
Gabriela Moldovan
2023-05-13
1
-19
/
+29
*
|
tor-basic-utils: Add RangeBoundsExt trait.
Gabriela Moldovan
2023-05-13
2
-0
/
+201
*
|
hsclient: descriptor_ensure no longer wraps the descriptor in TimerangeBound.
Gabriela Moldovan
2023-05-13
1
-2
/
+5
*
|
netdoc: Do not consume EncryptedHsDesc when decrypting.
Gabriela Moldovan
2023-05-13
1
-1
/
+1
[prev]
[next]