summaryrefslogtreecommitdiff
path: root/crates/arti-relay/src
Commit message (Expand)AuthorAgeFilesLines
* relay: Modify RelayNtorKeys to use a constructorDavid Goulet2026-04-211-10/+23
* proto: Make the CreateRequestHandler::new() take the ntor keysDavid Goulet2026-04-211-2/+8
* relay: Use the new RelayNtorKeys for the create handlerDavid Goulet2026-04-211-28/+27
* relay: Sort Ntor keys by valid_untilDavid Goulet2026-04-211-1/+15
* arti-relay: Use unquoted type in keypair_specifier attrGabriela Moldovan2026-04-161-2/+2
* arti-relay: improve ntor key loggingSteven Engler2026-04-141-5/+8
* arti-relay: log the public ntor keySteven Engler2026-04-141-3/+32
* arti-relay: move key logging (part 3)Steven Engler2026-04-131-3/+0
* arti-relay: move key logging (part 2)Steven Engler2026-04-131-21/+21
* arti-relay: move key logging (part 1)Steven Engler2026-04-131-0/+11
* arti-relay: Use a SmallVec for the ntor keysGabriela Moldovan2026-04-091-2/+4
* proto: Add method for installing ntor keys in the create handlerGabriela Moldovan2026-04-091-1/+1
* arti-relays: Pass a CreateRequestHandler to the crypto task (fmt)Gabriela Moldovan2026-04-091-3/+8
* arti-relays: Pass a CreateRequestHandler to the crypto taskGabriela Moldovan2026-04-092-1/+4
* arti-relay: Add tests for the ntor key rotationGabriela Moldovan2026-04-091-0/+53
* arti-relay: Test that 1 ntor key gets generated on first runGabriela Moldovan2026-04-091-0/+7
* arti-relay: Dedupe test helperGabriela Moldovan2026-04-091-16/+10
* arti-relays: Extend existing tests to check ntor key rotation (fmt)Gabriela Moldovan2026-04-091-1/+4
* arti-relays: Extend existing tests to check ntor key rotationGabriela Moldovan2026-04-091-2/+6
* arti-relay: Generate and rotate ntor keysGabriela Moldovan2026-04-091-10/+162
* arti-relay: Add callbacks for deciding whether to expire and generateGabriela Moldovan2026-04-091-11/+26
* arti-relay: Replace have_rotated bools with KeyChange (fmt)Gabriela Moldovan2026-04-091-8/+14
* arti-relay: Replace have_rotated bools with KeyChangeGabriela Moldovan2026-04-091-15/+23
* arti-relay: Add a struct describing a key change eventGabriela Moldovan2026-04-091-0/+19
* arti-relay: s/have_rotated/have_removed for clarityGabriela Moldovan2026-04-091-2/+2
* relay: Pass advertise SocketAddr to channel builder instead of IpAddrDavid Goulet2026-04-092-6/+6
* arti-relay: Fix test MockRuntime::advance_by() usageGabriela Moldovan2026-04-091-6/+2
* Merge branch 'rustls-defaults' into 'main'Nick Mathewson2026-04-081-2/+3
|\
| * arti-relay: Change CryptoProvider to aws-lc-rs.Nick Mathewson2026-04-081-2/+3
* | Merge branch 'create-fast' into 'main'opara2026-04-084-2/+201
|\ \
| * | arti-relay: add support for a `CreateRequestHandler`Steven Engler2026-04-084-2/+201
* | | arti-relay: Retrieve the signing key cert from the keystoreGabriela Moldovan2026-04-081-8/+16
* | | arti-relay: Reuse cert_expiry calculationGabriela Moldovan2026-04-081-2/+3
* | | arti-relay: Move comment closer to the durations it refers toGabriela Moldovan2026-04-081-2/+2
* | | arti-relay: Use more descriptive names for the key lifetimesGabriela Moldovan2026-04-081-20/+20
| |/ |/|
* | arti-relay: Remove no-longer needed implsGabriela Moldovan2026-04-012-26/+5
* | arti-relay: Make the key specifiers pub(crate)Gabriela Moldovan2026-04-011-14/+14
* | arti-relay: Move all key specifiers to a new keys module (fmt)Gabriela Moldovan2026-04-012-17/+13
* | arti-relay: Move all key specifiers to a new keys moduleGabriela Moldovan2026-04-013-12/+332
|/
* proto: Rename RelayIdentities to RelayChannelAuthMaterialDavid Goulet2026-03-302-19/+22
* arti-relay: add `log_sensitive_information` config optionSteven Engler2026-03-242-0/+32
* arti-relay: change a 'debug' log to 'info'Steven Engler2026-03-241-2/+2
* Fix typosTobias Stoeckmann2026-03-242-2/+2
* relay: Pass now() instead of the runtime in the crypto taskDavid Goulet2026-03-171-37/+31
* relay: Add crypto tasks unit testDavid Goulet2026-03-171-1/+242
* relay: Use same wallclock() time when generating keysDavid Goulet2026-03-171-8/+6
* relay: Make the crypto tasks use the runtime wallclockDavid Goulet2026-03-172-25/+42
* relay: Rewrite the rotation key logic in the crypto taskDavid Goulet2026-03-171-163/+245
* relay: Don't log warn if key already exists when generating oneDavid Goulet2026-03-171-4/+1
* relay: Remove leftover comment from previous code iterationDavid Goulet2026-03-171-4/+0