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
...
*
|
|
|
Circuit reactor: test ntor-v3 "create"
Jim Newsome
2023-11-27
1
-43
/
+101
*
|
|
|
Add NtorV3SecretKey::generate_for_test and NtorV3SecretKey::new
Jim Newsome
2023-11-27
1
-39
/
+36
*
|
|
|
Add PendingClientCirc::create_firsthop_ntor_v3
Jim Newsome
2023-11-27
2
-0
/
+44
*
|
|
|
Add Reactor::create_firsthop_ntor_v3
Jim Newsome
2023-11-27
1
-0
/
+50
*
|
|
|
NtorV3PublicKey: make fields pub(crate), as for NtorPublicKey
Jim Newsome
2023-11-27
1
-2
/
+2
*
|
|
|
Use HandshakeType in Extend2 and CircuitExtender::begin
Jim Newsome
2023-11-27
4
-10
/
+19
|
/
/
/
*
|
|
tor-hscrypto: Add a TODO re re-implementation of x25519 keypair gen
Ian Jackson
2023-11-23
1
-0
/
+5
*
|
|
tor-hscrypto: Add a docs TODO re the define_pk_keypair macro
Ian Jackson
2023-11-23
1
-0
/
+3
*
|
|
tor-hscrypto: derive the impl of Debug for curve25519::StaticKeypair
Ian Jackson
2023-11-23
2
-10
/
+5
*
|
|
tor-keymgr: impl ToEncodableKey for IPT keys
Ian Jackson
2023-11-23
1
-1
/
+25
*
|
|
tor-hscrypto: Define Keypair conversions for all curve25519 newtypes
Ian Jackson
2023-11-23
3
-9
/
+18
|
|
/
|
/
|
*
|
Merge branch 'persist-lock' into 'main'
Alexander Færøy
2023-11-22
2
-0
/
+2
|
\
\
|
*
|
tor-persist: Make LockStatus #[must_use]
Ian Jackson
2023-11-22
2
-0
/
+2
*
|
|
Merge branch 'ratelim-dep' into 'main'
Nick Mathewson
2023-11-22
1
-1
/
+1
|
\
\
\
|
*
|
|
Deps and lockfile: Don't use tor-error and retry-error from crates.io
Ian Jackson
2023-11-21
1
-1
/
+1
|
|
/
/
*
|
|
tor-rtmock: get rid of unwrap()
Saksham Mittal
2023-11-21
1
-1
/
+1
*
|
|
tor-circmgr: panic instead in order to return Error
Saksham Mittal
2023-11-21
1
-1
/
+1
*
|
|
tor-rtmock: handle Receiver result inside spawn_join()
Saksham Mittal
2023-11-21
2
-3
/
+3
*
|
|
tor-rtmock: use expect() instead
Saksham Mittal
2023-11-21
1
-1
/
+2
*
|
|
tor-rtmock: change return types to be less concrete
Saksham Mittal
2023-11-21
2
-2
/
+2
*
|
|
tor-circmgr: port run_builder_test() to use spawn_join()
Saksham Mittal
2023-11-21
1
-10
/
+4
*
|
|
tor-rtmock: change return type of spawn_join()
Saksham Mittal
2023-11-21
2
-6
/
+6
*
|
|
tor-rtmock: introduce spawn_join() for MockRuntime & MockExecutor
Saksham Mittal
2023-11-21
2
-0
/
+30
|
/
/
*
|
HSS publisher error: lack of netdir: clarify message
gabi-250
2023-11-20
1
-1
/
+1
*
|
tor-error: fmt_ending_ok: Permit messages ending in ascii ellipsis
Ian Jackson
2023-11-20
1
-0
/
+1
*
|
tor-error: fmt_ending_ok: Implement with a direct match
Ian Jackson
2023-11-20
1
-1
/
+5
*
|
Merge branch 'reactor-error-3' into 'main'
Ian Jackson
2023-11-20
5
-14
/
+58
|
\
\
|
|
/
|
/
|
|
*
HSS publisher: do not crash reactor if netdir unavailable
Ian Jackson
2023-11-20
1
-7
/
+19
|
*
HSS errors: expose and sort out NetdirProviderShutdown error type (fmt)
Ian Jackson
2023-11-20
1
-1
/
+1
|
*
HSS errors: expose and sort out NetdirProviderShutdown error type
Ian Jackson
2023-11-20
4
-3
/
+16
|
*
HSS publisher errors: Declare that we want to abolish ReactorError
Ian Jackson
2023-11-20
1
-2
/
+23
|
*
HSS publisher: Remove a redundant debug message
Ian Jackson
2023-11-20
1
-2
/
+0
*
|
Merge branch 'more-denotators' into 'main'
gabi-250
2023-11-20
1
-14
/
+83
|
\
\
|
|
/
|
/
|
|
*
tor-keymgr: Update ArtiPath docs.
Gabriela Moldovan
2023-11-20
1
-5
/
+9
|
*
tor-keymgr: Remove now-outdated TODO HSSs.
Gabriela Moldovan
2023-11-20
1
-6
/
+0
|
*
tor-keymgr: Support encoding more than one denotator in an ArtiPath.
Gabriela Moldovan
2023-11-20
1
-3
/
+74
*
|
Merge branch 'deprecate-hs-client-intro-auth' into 'main'
gabi-250
2023-11-20
7
-37
/
+34
|
\
\
|
|
/
|
/
|
|
*
tor-keymgr: Remove the ToEncodableKey impl of HsClientIntroAuthKeypair.
Gabriela Moldovan
2023-11-20
1
-15
/
+0
|
*
arti-client: Stop using HsClientIntroAuthKeypair for client auth.
Gabriela Moldovan
2023-11-20
1
-15
/
+1
|
*
tor-hsclient: Deprecate HsClientSecretKeysBuilder::ks_hsc_intro_auth().
Gabriela Moldovan
2023-11-20
3
-1
/
+8
|
*
tor-keymgr: Allow the use of the newly deprecated HsClientIntroAuthKeypair (f...
Gabriela Moldovan
2023-11-20
1
-4
/
+4
|
*
tor-keymgr: Allow the use of the newly deprecated HsClientIntroAuthKeypair.
Gabriela Moldovan
2023-11-20
1
-1
/
+4
|
*
tor-hscrypto: Move HsClientIntroAuthKey to a separate module (fmt).
Gabriela Moldovan
2023-11-20
1
-16
/
+15
|
*
tor-hscrypto: Move HsClientIntroAuthKey to a separate module.
Gabriela Moldovan
2023-11-20
1
-0
/
+13
|
*
tor-hscrypto: Deprecate HsClientIntroAuth{Key, Keypair}.
Gabriela Moldovan
2023-11-20
2
-1
/
+5
*
|
Merge branch 'send_dos_params' into 'main'
Nick Mathewson
2023-11-20
6
-26
/
+115
|
\
\
|
*
|
Add more reference links.
Nick Mathewson
2023-11-20
1
-1
/
+5
|
*
|
Send DosParams conditionally on HsIntro support.
Nick Mathewson
2023-11-20
2
-4
/
+12
|
*
|
Improve documentation in/around DosParams extension
Nick Mathewson
2023-11-20
3
-8
/
+32
|
*
|
hss: Take intro_dos extension from configuration and send it.
Nick Mathewson
2023-11-20
2
-4
/
+44
[prev]
[next]