summaryrefslogtreecommitdiff
path: root/crates/tor-key-forge
Commit message (Expand)AuthorAgeFilesLines
* Bump versions for tor-* and arti-* cratesSteven Engler2026-08-031-8/+8
* Merge branch 'testdata-export' into 'main'Ian Jackson2026-07-271-1/+1
|\
| * Require derive-deftly 1.11.4Ian Jackson2026-07-231-1/+1
* | tor-checkable: TimeBound: Make wrapped type an associated typeIan Jackson2026-07-231-1/+3
* | tor-checkable: TimeBound: Make is_valid_at a provided methodIan Jackson2026-07-231-5/+1
* | tor-checkable: TimeBound: remove Error associated typeIan Jackson2026-07-231-3/+1
* | tor-checkable: TimeBound: Add bounds accessorIan Jackson2026-07-231-0/+5
|/
* Use new TimeBound name throughout the treeIan Jackson2026-07-161-1/+1
* add_warning: add reference to arti#2556Jim Newsome2026-07-151-1/+1
* Removed unnecessary lintpryty262026-07-151-1/+1
* Version bumps for 2.5.0Nick Mathewson2026-06-301-8/+8
* tor-key-forge: add a `secret()` accessor to the derived keypair typeSteven Engler2026-06-241-0/+9
* Bump MSRV to 1.91Clara Engler2026-06-151-1/+1
* Merge branch 'clippy-string-slice' into 'main'Nick Mathewson2026-06-102-0/+2
|\
| * maint: Run maint/add_warning to deny string slicesClara Engler2026-06-092-0/+2
* | 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-8/+8
* Upgrade rand crates to 0.10.Wesley Aptekar-Cassels2026-05-122-4/+4
* release: Remove semver.md files.Wesley Aptekar-Cassels2026-05-061-1/+0
* release: Bump tor- and arti- crate versions.Wesley Aptekar-Cassels2026-05-061-8/+8
* tor-cert: Remove the "encode" cargo featureIan Jackson2026-04-291-1/+1
* tor-key-forge: for `Curve25519Keypair` public key, add `inner()`Steven Engler2026-04-141-0/+10
* keymgr: Fix ephemeral keystore cert encoding bugGabriela Moldovan2026-04-083-24/+3
* Update to derive-deftly 0.11.0 to pick up `meta_quoted rigorous`Ian Jackson2026-04-021-1/+1
* Update to derive-deftly 0.10.0.Ian Jackson2026-03-311-1/+1
* Bump versions: tor-* and arti-* unstable cratesIan Jackson2026-03-301-8/+8
* keymgr, key-forge: Use our ssh-* forksGabriela Moldovan2026-03-161-1/+1
* Bump all the unstable tor- and arti- crates to 0.40.0.Gabriela Moldovan2026-03-021-8/+8
* relay: Implement a helper to build RelayIdentitiesDavid Goulet2026-02-231-0/+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-8/+8
* Merge branch 'main' into 'main'gabi-2502026-02-021-1/+1
|\
| * fix(minver): Update paste dependency to be minver compatibleSamuel Cobb2026-01-261-1/+1
* | 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-8/+8
* 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-8/+8
* 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-8/+8
* Bump MSRV from 1.85.1 to 1.86Clara Engler2025-10-211-1/+1
* Merge branch 'arti-relay-rsa-keys' into 'main'wesleyac2025-10-062-3/+29
|\
| * Lay foundations for RSA keys in keystore.Wesley Aptekar-Cassels2025-09-302-3/+29
* | release: Bump versions.Wesley Aptekar-Cassels2025-10-021-8/+8
|/
* Merge branch 'tor-keyforge-rsa-types' into 'main'wesleyac2025-09-304-6/+246
|\
| * tor-llcrypto: Rename rsa::PrivateKey to rsa::KeyPair.Wesley Aptekar-Cassels2025-09-082-11/+11