summaryrefslogtreecommitdiff
path: root/crates/tor-relay-crypto
Commit message (Expand)AuthorAgeFilesLines
* Version bumps for 2.5.0Nick Mathewson2026-06-301-10/+10
* Bump MSRV to 1.91Clara Engler2026-06-151-1/+1
* Merge branch 'clippy-string-slice' into 'main'Nick Mathewson2026-06-101-0/+1
|\
| * maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* | Bump derive-deftly to 1.11.3Ian Jackson2026-06-091-1/+1
|/
* Bump all the unstable tor- and arti- crates to 0.43.0Gabriela Moldovan2026-06-011-9/+9
* release: Bump tor- and arti- crate versions.Wesley Aptekar-Cassels2026-05-061-9/+9
* tor-cert: Remove the "encode" cargo featureIan Jackson2026-04-291-1/+1
* tor-cert: Ed25519CertBuilder: do builder fn renameIan Jackson2026-04-291-3/+3
* 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
* Update to derive-deftly 0.11.0 to pick up `meta_quoted rigorous`Ian Jackson2026-04-021-1/+1
* arti-relay: Move all key specifiers to a new keys moduleGabriela Moldovan2026-04-011-315/+0
* relay-crypto: Make the certs module non-pubGabriela Moldovan2026-04-011-1/+1
* proto: Add key specifier types for the ntor keysGabriela Moldovan2026-04-011-0/+31
* Update to derive-deftly 0.10.0.Ian Jackson2026-03-311-1/+1
* Bump versions: tor-* and arti-* unstable cratesIan Jackson2026-03-301-9/+9
* Plumb web-time-compat/full dependency through everywhere.Ian Jackson2026-03-301-0/+1
* tor-relay-crypto: port to web-time-compatNick Mathewson2026-03-263-5/+5
* 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-122-5/+13
* keymgr: Abolish KeyCertificateSpecifier::signing_key_specifier()Gabriela Moldovan2026-03-121-12/+0
* Bump all the unstable tor- and arti- crates to 0.40.0.Gabriela Moldovan2026-03-021-9/+9
* relay-crypto: Move comments above [derive] to be consistent accross codebaseDavid Goulet2026-02-231-7/+7
* relay-crypto: Fix the gen relay signing keypair typoDavid Goulet2026-02-231-3/+3
* relay-crypto: Add gen_tls_cert() helper functionDavid Goulet2026-02-232-1/+18
* 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
* Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
* Bump MSRV from 1.86 to 1.89Gabriela Moldovan2026-02-161-1/+1
* Set package.metadata.docs.rs.all-features to true for all cratesNiel Duysters2026-02-091-0/+3
* release: Bump `arti-*` and `tor-*` crates to 0.39.0Wesley Aptekar-Cassels2026-02-021-9/+9
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* cargo: Update `arti-*` and `tor-*` to `0.38.0`Clara Engler2026-01-121-9/+9
* Update to derive-deftly 1.6.0Ian Jackson2025-12-031-1/+1
* Bump all the unstable tor- and arti- crates to 0.37.0.Gabriela Moldovan2025-12-021-9/+9
* Bump derive-deftly to 1.5.0Ian Jackson2025-11-071-1/+1
* Merge branch 'deftly-1.4' into 'main'opara2025-11-061-1/+1
|\
| * Bump derive-deftly to 1.4.0Ian Jackson2025-11-061-1/+1
* | Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-062-2/+2
|/
* maint: bump minor versions of all published cratesSteven Engler2025-10-291-9/+9
* Bump MSRV from 1.85.1 to 1.86Clara Engler2025-10-211-1/+1
* Merge branch 'arti-relay-rsa-keys' into 'main'wesleyac2025-10-061-4/+24
|\
| * 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