aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-relay-crypto/src/pk.rs
Commit message (Expand)AuthorAgeFilesLines
* relay: Modify RelayNtorKeys to use a constructorDavid Goulet2026-04-211-25/+14
* relay-crypto: Add RelayNtorKeys struct holding both Ntor keysDavid Goulet2026-04-211-0/+48
* relay-crypto: Add new RelayNtor key wrapperGabriela Moldovan2026-04-091-1/+6
* arti-relay: Move all key specifiers to a new keys moduleGabriela Moldovan2026-04-011-315/+0
* proto: Add key specifier types for the ntor keysGabriela Moldovan2026-04-011-0/+31
* tor-relay-crypto: port to web-time-compatNick Mathewson2026-03-261-1/+1
* relay: Rewrite the rotation key logic in the crypto taskDavid Goulet2026-03-171-0/+7
* relay-crypto: Add test for cert specifier patternsGabriela Moldovan2026-03-121-1/+8
* relay-crypto: Use the new CertSpecifier macroGabriela Moldovan2026-03-121-4/+12
* keymgr: Abolish KeyCertificateSpecifier::signing_key_specifier()Gabriela Moldovan2026-03-121-12/+0
* relay-crypto: Move comments above [derive] to be consistent accross codebaseDavid Goulet2026-02-231-7/+7
* relay-crypto: Add missing helper functionsDavid Goulet2026-02-231-0/+13
* relay-crypto: Add link signing key specifierDavid Goulet2026-02-231-0/+32
* relay-crypto: Add a certificate specifier for KP_relaysign_ed (fmt)Gabriela Moldovan2026-02-171-4/+1
* relay-crypto: Add a certificate specifier for KP_relaysign_edGabriela Moldovan2026-02-171-0/+68
* relay-crypto: Derive Copy and Clone for the relay key specifiersGabriela Moldovan2026-02-171-5/+5
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* tor-relay-crypto: Fix KP_relayid_rsa typo.Wesley Aptekar-Cassels2025-10-021-1/+1
* Lay foundations for RSA keys in keystore.Wesley Aptekar-Cassels2025-09-301-4/+24
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-4/+4
* tor-relay-crypto: Rename RelaySigningKeypairSpecifier's timestamp to valid_un...Gabriela Moldovan2024-10-311-3/+9
* tor-relay-crypto: Add tests for relay key specifier serialization.Gabriela Moldovan2024-10-311-0/+54
* tor-relay-crypto: Add a denotator to RelaySigningKeypairSpecifier.Gabriela Moldovan2024-10-311-8/+60
* tor-relay-crypto: Add a specifier for the public part of the identity keypair.Gabriela Moldovan2024-10-311-0/+9
* tor-relay-crypto: Fix typo in doc comment.Gabriela Moldovan2024-10-311-1/+1
* tor-relay-crypto: Use the KS_ prefix for RelayIdentityKeySpecifier.Gabriela Moldovan2024-10-311-3/+3
* tor-relay-crypto: Temporarily comment out RelaySigningKeySpecifier.Gabriela Moldovan2024-10-141-0/+3
* tor-key-forge: encapsulate `define_ed25519_keypair` macro depsSteven Engler2024-09-181-1/+1
* key-forge: Support extra docs and attributes to ed25519 keypairDavid Goulet2024-09-181-6/+12
* relay-crypto: Initial import of new tor-relay-crypto crateDavid Goulet2024-09-181-0/+38