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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
maint/thanks: Include some git trailers in acknowledgments
Nick Mathewson
2023-05-18
1
-3
/
+18
*
|
|
|
Merge branch 'misc' into 'main'
Ian Jackson
2023-05-23
2
-6
/
+6
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
tor-hsclient: Mockable: Do concrete calls with UFCS
Ian Jackson
2023-05-23
1
-2
/
+2
|
*
|
|
tor-hsclient: Fix MockableClientCirc for ClientCirc changes
Ian Jackson
2023-05-23
1
-3
/
+3
|
*
|
|
Fix a docs reference to refer to HsClientIntroAuthKeypair
Ian Jackson
2023-05-22
1
-1
/
+1
|
/
/
/
*
|
|
Merge branch 'misc_upgrades' into 'main'
Ian Jackson
2023-05-22
7
-332
/
+225
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Upgrade notify dependency to 6.0
Nick Mathewson
2023-05-22
2
-3
/
+3
|
*
|
Upgrade async-compression dependency to 0.4.0.
Nick Mathewson
2023-05-22
2
-7
/
+7
|
*
|
Upgrade memmap2 dependency to 0.6.1.
Nick Mathewson
2023-05-22
2
-3
/
+3
|
*
|
Upgrade serde_with dependency to 3.0.0
Nick Mathewson
2023-05-22
3
-8
/
+14
|
*
|
tor-rtcompat: Say default-features with a dash, not an underscore.
Nick Mathewson
2023-05-22
1
-1
/
+1
|
*
|
Run "cargo update".
Nick Mathewson
2023-05-22
1
-312
/
+199
|
/
/
*
|
Merge branch 'clippy-nightly' into 'main'
Ian Jackson
2023-05-22
4
-5
/
+6
|
\
\
|
*
|
chanmgr: fix a unit-default warning from clippy nightly.
Nick Mathewson
2023-05-18
1
-1
/
+1
|
*
|
guardmgr, netdir: fix some needless-mut warnings
Nick Mathewson
2023-05-18
2
-4
/
+4
|
*
|
guardmgr: suppress a clippy-nightly warning.
Nick Mathewson
2023-05-18
1
-0
/
+1
|
|
/
*
|
Merge branch 'escorted_25519_secrets' into 'main'
Nick Mathewson
2023-05-18
9
-89
/
+120
|
\
\
|
*
|
hscrypto: Remove an incorrect comment.
Nick Mathewson
2023-05-18
1
-5
/
+0
|
*
|
key-management.md: Add a note deprecating unescorted ed secrets
Nick Mathewson
2023-05-18
1
-0
/
+1
|
*
|
netdoc, hsclient: Update remaining ed25519::SecretKey users
Nick Mathewson
2023-05-18
4
-25
/
+24
|
*
|
hscrypto: Replace ed25519 secret keys with keypairs
Nick Mathewson
2023-05-18
1
-42
/
+32
|
*
|
llcrypto: Don't take or return "unescorted" ed25519 keys.
Nick Mathewson
2023-05-18
2
-20
/
+41
|
*
|
llcrypto: Add an `ed25519::ExpandedKeypair` type.
Nick Mathewson
2023-05-18
1
-0
/
+25
*
|
|
Merge branch 'virtual_hop' into 'main'
Nick Mathewson
2023-05-18
5
-38
/
+245
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
proto: Explain "virtual" hops better.
Nick Mathewson
2023-05-18
1
-0
/
+4
|
*
|
proto: Try to improve the documentation in crypto/cell.rs
Nick Mathewson
2023-05-18
1
-24
/
+86
|
*
|
proto: Allow circuit Paths to represent virtual hops.
Nick Mathewson
2023-05-18
3
-14
/
+57
|
*
|
proto: Implement Circuit::extend_virtual.
Nick Mathewson
2023-05-18
2
-2
/
+59
|
*
|
tor-proto: Code to construct crypto layers for virtual hops.
Nick Mathewson
2023-05-18
3
-1
/
+42
*
|
|
Merge branch 'logging-tweaks' into 'main'
Nick Mathewson
2023-05-18
2
-4
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
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
3
-130
/
+230
|
\
\
|
*
|
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
3
-5
/
+6
|
|
/
*
|
Merge branch 'hs-intro-msg-refactor-again' into 'main'
Nick Mathewson
2023-05-17
1
-26
/
+83
|
\
\
|
|
/
|
/
|
|
*
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
[prev]
[next]