summaryrefslogtreecommitdiff
path: root/crates/tor-llcrypto
Commit message (Expand)AuthorAgeFilesLines
* release: Bump tor- and arti- crate versions.Wesley Aptekar-Cassels2026-05-061-4/+4
* release: Bump safelog version to 0.8.2.Wesley Aptekar-Cassels2026-05-061-1/+1
* tor-llcrypto: Fix a derive to unconditionally DeftlyIan Jackson2026-04-281-6/+2
* tor-llcrypto: Add RsaIdentity::to_bytes()Clara Engler2026-04-231-0/+5
* 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-4/+4
* Bump versions: patchlevel, with dependenciesIan Jackson2026-03-301-1/+1
* tor_llcrypto: fix clippy for wasm32.Nick Mathewson2026-03-251-3/+9
* Bump all the unstable tor- and arti- crates to 0.40.0.Gabriela Moldovan2026-03-021-4/+4
* Bump the versions of the non-{arti-,tor-} cratesGabriela Moldovan2026-03-021-1/+1
* Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
* Bump MSRV from 1.86 to 1.89Gabriela Moldovan2026-02-161-1/+1
* tor-llcrypto: add `Ed25519Identity::from_base64()`Steven Engler2026-02-101-0/+42
* deps: Upgrade getrandom to 0.4.0.Wesley Aptekar-Cassels2026-02-021-1/+1
* release: Bump `arti-*` and `tor-*` crates to 0.39.0Wesley Aptekar-Cassels2026-02-021-4/+4
* llcrypto: Depend on tor-memquota-cost, not tor-memquota.Nick Mathewson2026-02-024-6/+6
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* tor-llcrypto: Add `RsaIdentity::as_hex_upper`Clara Engler2026-01-152-0/+11
* cargo: Update `arti-*` and `tor-*` to `0.38.0`Clara Engler2026-01-121-4/+4
* Remove unnecessary `doc(cfg(...))` attributesNeel Chauhan2025-12-042-2/+0
* Pin our derive-deftly version to ~1.6.0 everywhereIan Jackson2025-12-031-1/+1
* 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-4/+4
* Merge branch 'bug2172' into 'main'Nick Mathewson2025-11-241-1/+1
|\
| * tor-llcrypto: Stop deriving Deref in CtByteArrayNeel Chauhan2025-11-241-1/+1
* | 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-064-4/+4
|/
* maint: bump minor versions of all published cratesSteven Engler2025-10-291-5/+5
* 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-0/+14
|\
| * Lay foundations for RSA keys in keystore.Wesley Aptekar-Cassels2025-09-301-0/+14
* | Merge branch 'release-1.6.0-remove-semver-md' into 'main'Ian Jackson2025-10-061-2/+0
|\ \
| * | release: Remove old semver.md files.Wesley Aptekar-Cassels2025-10-021-2/+0
* | | release: Bump versions.Wesley Aptekar-Cassels2025-10-021-5/+5
|/ /
* | Merge branch 'release-1.6.0-fixup-features' into 'main'wesleyac2025-10-011-1/+7
|\ \
| * | release: Run fixup-features.Wesley Aptekar-Cassels2025-10-011-1/+7
| |/
* / release: Update semver.md files.Wesley Aptekar-Cassels2025-10-011-0/+1
|/
* Merge branch 'tor-keyforge-rsa-types' into 'main'wesleyac2025-09-304-7/+53
|\
| * tor-llcrypto: Add more comments about implementation of RSA sign function.Wesley Aptekar-Cassels2025-09-101-2/+3
| * tor-llcrypto: Add note about key size to RSA KeyPair::generate.Wesley Aptekar-Cassels2025-09-101-0/+4
| * tor-llcrypto: Rename rsa::PrivateKey to rsa::KeyPair.Wesley Aptekar-Cassels2025-09-083-6/+7
| * tor-key-forge: Add RSA key types.Wesley Aptekar-Cassels2025-09-082-3/+43
* | Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* | tor-(hs|ll)crypto: export cteq macros correctlyhashcatHitman2025-09-233-11/+14
* | tor-llcrypto: unconditionally use derive_deftlyhashcatHitman2025-09-232-5/+4
* | tor-llcrypto: derive_deftly is mandatoryhashcatHitman2025-09-231-2/+2
* | tor-(hs|ll)crypto: deftly derive ConstantTimeEqhashcatHitman2025-09-233-5/+92