summaryrefslogtreecommitdiff
path: root/crates/tor-llcrypto/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Bump crate versions that have breaking changesNick Mathewson2023-03-311-1/+1
* Bump patchlevel on crates with non-breaking changesNick Mathewson2023-03-311-2/+2
* Add builder for encoding hidden service descriptors.Gabi Moldovan2023-03-241-0/+1
* Update required openssl versionNick Mathewson2023-03-241-1/+1
* Patchlevel bumps for remaining changed crates.Nick Mathewson2023-02-281-1/+1
* Bump the patch version of every crate that had API additionsNick Mathewson2023-02-011-2/+2
* Upgrade to latest rsa crate.Nick Mathewson2023-01-201-1/+1
* Complete our migration to base64ct.Nick Mathewson2023-01-201-1/+1
* llcrypto: Implement secret-key blinding.Nick Mathewson2023-01-061-0/+2
* Bump the minor version of every crate.Nick Mathewson2022-11-301-3/+3
* Switch from sha-1 back to sha1.Nick Mathewson2022-11-291-2/+2
* llcrypto: Make key id types Redactable.Nick Mathewson2022-11-281-0/+1
* Actually, require rsa 0.7.1.Nick Mathewson2022-11-101-1/+1
* Upgrade rsa to 0.7. Closes #613.Nick Mathewson2022-11-101-1/+1
* bump rust-version to 1.60 in every crate.Nick Mathewson2022-11-101-1/+1
* Bump crates that have had backward compatible API changes.Nick Mathewson2022-10-031-1/+1
* Bump crate versions in preparation for Arti 1.0.0 release.Nick Mathewson2022-09-011-2/+2
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+3
* Use the `zeroize` feature in several cratesNick Mathewson2022-08-011-3/+3
* Bump patch versions on crates that have new APIs.Nick Mathewson2022-08-011-2/+2
* Update `rsa` dependency (and use `x25519-dalek` prerelease)eta2022-07-061-2/+2
* Bump crate and dependency versions.Nick Mathewson2022-06-241-2/+2
* Add a feature to tor-llcrypto to enable sha-1/asm.Nick Mathewson2022-06-131-0/+1
* Merge branch 'use-testing-rng'Nick Mathewson2022-06-071-0/+1
|\
| * Use testing_rng() in tests throughout our crates.Nick Mathewson2022-06-021-0/+1
* | add support for openssl backend in llcryptotrinity-1686a2022-05-301-0/+4
|/
* Lexically sort Cargo.toml dependenciesOrhun Parmaksız2022-05-281-5/+5
* Bump versions of trivially-changed crates.Nick Mathewson2022-05-271-1/+1
* Remove cargo-husky, and replace with manual instructionseta2022-05-101-8/+0
* Bump the version of every* crate to 0.3.0Nick Mathewson2022-05-061-1/+1
* Upgrade to AES 0.8Nick Mathewson2022-04-261-2/+3
* Bump every crate's edition to 2021.Nick Mathewson2022-04-251-1/+1
* Add 'rust-version = "1.56"' to every Cargo.toml file.Nick Mathewson2022-04-251-0/+1
* Reformat all not-yet-reformatted Cargo.toml files.Nick Mathewson2022-04-251-4/+4
* Bump all arti*, tor* crates to 0.2.0Nick Mathewson2022-04-011-1/+1
* Bump all crates to 0.1.0arti-v0.1.0Nick Mathewson2022-03-011-1/+1
* Bump all crate versions to 0.0.3.Nick Mathewson2022-01-111-1/+1
* Minimize the required version for each dependency.Nick Mathewson2022-01-071-13/+13
* Upgrade to digest v0.10.0Nick Mathewson2021-12-071-4/+4
* Bump every crate by one patch version.Nick Mathewson2021-11-291-1/+1
* Merge branch 'ticket125' into 'main'eta2021-11-161-0/+9
|\
| * tor-llcrypto: Put currently unused functions behind features.Nick Mathewson2021-11-121-0/+9
* | Update to simple_asn1 0.6.1.Nick Mathewson2021-11-141-1/+1
|/
* Merge branch 'S0AndS0/arti-cargo-husky' into HEADeta2021-11-091-3/+2
* Bump all crate versions to 0.0.1Nick Mathewson2021-10-291-1/+1
* Upgrade curve25519-dalek requirement to 3.2.0Nick Mathewson2021-10-251-1/+1
* Upgrade to new version of simple_asn1.Nick Mathewson2021-10-221-1/+1
* Require up-to-date x25519-dalek, async_executors, and argh.Nick Mathewson2021-10-091-1/+1
* Enable js feature for getrandom for WASM.Jani Monoses2021-09-171-0/+4
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+47