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
/
arti-relay
/
src
/
tasks
/
crypto.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
relay: Modify RelayNtorKeys to use a constructor
David Goulet
2026-04-21
1
-10
/
+23
*
relay: Use the new RelayNtorKeys for the create handler
David Goulet
2026-04-21
1
-28
/
+27
*
relay: Sort Ntor keys by valid_until
David Goulet
2026-04-21
1
-1
/
+15
*
arti-relay: Use a SmallVec for the ntor keys
Gabriela Moldovan
2026-04-09
1
-2
/
+4
*
proto: Add method for installing ntor keys in the create handler
Gabriela Moldovan
2026-04-09
1
-1
/
+1
*
arti-relays: Pass a CreateRequestHandler to the crypto task
Gabriela Moldovan
2026-04-09
1
-0
/
+2
*
arti-relay: Add tests for the ntor key rotation
Gabriela Moldovan
2026-04-09
1
-0
/
+53
*
arti-relay: Test that 1 ntor key gets generated on first run
Gabriela Moldovan
2026-04-09
1
-0
/
+7
*
arti-relay: Dedupe test helper
Gabriela Moldovan
2026-04-09
1
-16
/
+10
*
arti-relays: Extend existing tests to check ntor key rotation (fmt)
Gabriela Moldovan
2026-04-09
1
-1
/
+4
*
arti-relays: Extend existing tests to check ntor key rotation
Gabriela Moldovan
2026-04-09
1
-2
/
+6
*
arti-relay: Generate and rotate ntor keys
Gabriela Moldovan
2026-04-09
1
-10
/
+162
*
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
*
arti-relay: Fix test MockRuntime::advance_by() usage
Gabriela Moldovan
2026-04-09
1
-6
/
+2
*
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
1
-5
/
+5
*
arti-relay: Move all key specifiers to a new keys module (fmt)
Gabriela Moldovan
2026-04-01
1
-15
/
+11
*
arti-relay: Move all key specifiers to a new keys module
Gabriela Moldovan
2026-04-01
1
-8
/
+11
*
proto: Rename RelayIdentities to RelayChannelAuthMaterial
David Goulet
2026-03-30
1
-14
/
+17
*
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
1
-24
/
+41
*
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
*
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
*
relay: Update ChanMgr on key rotation
David Goulet
2026-02-24
1
-8
/
+18
*
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
*
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
*
relay: Get rid of start_task() for readability
David Goulet
2026-02-23
1
-17
/
+1
*
relay: Generate relay identities at init
David Goulet
2026-02-23
1
-3
/
+5
*
relay: Implement a helper to build RelayIdentities
David Goulet
2026-02-23
1
-6
/
+107
*
relay: Move try_generate_keys() into crypto task
David Goulet
2026-02-23
1
-5
/
+27
*
relay: Add a crypto task for key rotation
David Goulet
2026-02-23
1
-0
/
+175