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
/
arti-relay
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
arti-relay: Add callbacks for deciding whether to expire and generate
Gabriela Moldovan
2026-04-09
1
-11
/
+26
*
arti-relay: Replace have_rotated bools with KeyChange (fmt)
Gabriela Moldovan
2026-04-09
1
-8
/
+14
*
arti-relay: Replace have_rotated bools with KeyChange
Gabriela Moldovan
2026-04-09
1
-15
/
+23
*
arti-relay: Add a struct describing a key change event
Gabriela Moldovan
2026-04-09
1
-0
/
+19
*
arti-relay: s/have_rotated/have_removed for clarity
Gabriela Moldovan
2026-04-09
1
-2
/
+2
*
relay: Pass advertise SocketAddr to channel builder instead of IpAddr
David Goulet
2026-04-09
2
-6
/
+6
*
arti-relay: Fix test MockRuntime::advance_by() usage
Gabriela Moldovan
2026-04-09
1
-6
/
+2
*
Merge branch 'rustls-defaults' into 'main'
Nick Mathewson
2026-04-08
1
-2
/
+3
|
\
|
*
arti-relay: Change CryptoProvider to aws-lc-rs.
Nick Mathewson
2026-04-08
1
-2
/
+3
*
|
Merge branch 'create-fast' into 'main'
opara
2026-04-08
4
-2
/
+201
|
\
\
|
*
|
arti-relay: add support for a `CreateRequestHandler`
Steven Engler
2026-04-08
4
-2
/
+201
*
|
|
arti-relay: Retrieve the signing key cert from the keystore
Gabriela Moldovan
2026-04-08
1
-8
/
+16
*
|
|
arti-relay: Reuse cert_expiry calculation
Gabriela Moldovan
2026-04-08
1
-2
/
+3
*
|
|
arti-relay: Move comment closer to the durations it refers to
Gabriela Moldovan
2026-04-08
1
-2
/
+2
*
|
|
arti-relay: Use more descriptive names for the key lifetimes
Gabriela Moldovan
2026-04-08
1
-20
/
+20
|
|
/
|
/
|
*
|
arti-relay: Remove no-longer needed impls
Gabriela Moldovan
2026-04-01
2
-26
/
+5
*
|
arti-relay: Make the key specifiers pub(crate)
Gabriela Moldovan
2026-04-01
1
-14
/
+14
*
|
arti-relay: Move all key specifiers to a new keys module (fmt)
Gabriela Moldovan
2026-04-01
2
-17
/
+13
*
|
arti-relay: Move all key specifiers to a new keys module
Gabriela Moldovan
2026-04-01
3
-12
/
+332
|
/
*
proto: Rename RelayIdentities to RelayChannelAuthMaterial
David Goulet
2026-03-30
2
-19
/
+22
*
arti-relay: add `log_sensitive_information` config option
Steven Engler
2026-03-24
2
-0
/
+32
*
arti-relay: change a 'debug' log to 'info'
Steven Engler
2026-03-24
1
-2
/
+2
*
Fix typos
Tobias Stoeckmann
2026-03-24
2
-2
/
+2
*
relay: Pass now() instead of the runtime in the crypto task
David Goulet
2026-03-17
1
-37
/
+31
*
relay: Add crypto tasks unit test
David Goulet
2026-03-17
1
-1
/
+242
*
relay: Use same wallclock() time when generating keys
David Goulet
2026-03-17
1
-8
/
+6
*
relay: Make the crypto tasks use the runtime wallclock
David Goulet
2026-03-17
2
-25
/
+42
*
relay: Rewrite the rotation key logic in the crypto task
David Goulet
2026-03-17
1
-163
/
+245
*
relay: Don't log warn if key already exists when generating one
David Goulet
2026-03-17
1
-4
/
+1
*
relay: Remove leftover comment from previous code iteration
David Goulet
2026-03-17
1
-4
/
+0
*
Merge branch 'typos' into 'main'
opara
2026-03-16
2
-3
/
+3
|
\
|
*
Fix grammar typos
Tobias Stoeckmann
2026-03-15
2
-2
/
+2
|
*
Fix word duplicate typos
Tobias Stoeckmann
2026-03-15
1
-1
/
+1
*
|
Fix windows cargo warnings
Tobias Stoeckmann
2026-03-15
1
-1
/
+3
|
/
*
arti-relay: Log relay identities
Steven Engler
2026-03-12
2
-0
/
+33
*
tor-basic-utils: move `iter_join` from arti-relay
Steven Engler
2026-03-03
3
-33
/
+4
*
arti-relay: use `debug_report` for failed channels
Steven Engler
2026-02-26
1
-1
/
+8
*
proto: The AUTHENTICATE cell requires the SHA256 RSA identity digest
David Goulet
2026-02-26
1
-1
/
+1
*
relay: Sleep rotate key task with earliest valid_until
David Goulet
2026-02-25
1
-19
/
+54
*
chanmgr: Responder relay channel now use the builder my_addrs
David Goulet
2026-02-24
2
-21
/
+4
*
relay: Set ChanMgr with our addresses
David Goulet
2026-02-24
1
-2
/
+3
*
relay: Update ChanMgr on key rotation
David Goulet
2026-02-24
2
-9
/
+20
*
Merge branch 'err-msgs' into 'main'
David Goulet
2026-02-24
2
-8
/
+15
|
\
|
*
arti-relay: fix stale comment
Steven Engler
2026-02-23
1
-1
/
+1
|
*
arti-relay: add more error context
Steven Engler
2026-02-23
1
-6
/
+12
|
*
arti-relay: don't warn if key gen was successful
Steven Engler
2026-02-23
1
-1
/
+2
*
|
tor-relay: convert to derive_deftly(TorConfig)
Nick Mathewson
2026-02-24
1
-55
/
+43
|
/
*
relay: Setup const for hardcoded value in crypto task
David Goulet
2026-02-23
1
-8
/
+13
*
relay: Log when key generation yields an existing key error
David Goulet
2026-02-23
1
-1
/
+4
*
relay: Simplify the crypto rotation task rotate_key()
David Goulet
2026-02-23
1
-17
/
+11
[prev]
[next]