summaryrefslogtreecommitdiff
path: root/crates/tor-llcrypto/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Patchlevel bumps, with dependents affected.Nick Mathewson2023-10-021-1/+1
* Update patchlevel for crates with nontrivial changes.Nick Mathewson2023-09-051-1/+1
* Bump patchlevel versions of crates with trivial changesNick Mathewson2023-08-011-1/+1
* Increment patchlevel versions of crates with minor changesNick Mathewson2023-08-011-1/+1
* Bump patchlevel versions on crates with smaller changesNick Mathewson2023-06-301-2/+2
* llcrypto: Add cvt-x25519 feature flag for exporting key conversion functions.Gabriela Moldovan2023-06-271-2/+4
* llcrypto: Implement ed25519_to_curve25519_private conversion.Gabriela Moldovan2023-06-271-1/+3
* Back down x25519-dalek to 2.0.0-pre.1 from 2.0.0-rc.2pinkforest2023-06-271-1/+1
* Merge branch 'remove_arrayref' into 'main'Nick Mathewson2023-06-061-1/+0
|\
| * tor-llcrypto: remove use of arrayrefNick Mathewson2023-06-011-1/+0
* | Bump crate versions in preparation for v1.1.5 release.Nick Mathewson2023-06-011-3/+3
|/
* Revise all XXXXs from fixup-featuresNick Mathewson2023-05-151-11/+8
* Run fixup-features _with_ annotations.Nick Mathewson2023-05-151-0/+6
* Run fixup-features --no-annotate for initial Cargo.toml fixes.Nick Mathewson2023-05-151-0/+1
* Merge branch 'better-fixup-features' into 'main'Nick Mathewson2023-05-151-2/+4
|\
| * Mark an initial set of non-additive features.Nick Mathewson2023-05-151-2/+4
* | llcrypto: upgrade x25519-dalek.Nick Mathewson2023-05-131-1/+1
|/
* update rsa to 0.9.xtrinity-1686a2023-05-081-1/+1
* Increment crate versions.Nick Mathewson2023-05-031-3/+3
* Upgrade our hex-literal dependencyNick Mathewson2023-04-131-1/+1
* Increment MSRV to 1.65 in every crate.Nick Mathewson2023-04-111-1/+1
* tor-llcrypto: Pin x25519-dalek version, bump our crate versiontor-llcrypto-v0.4.4Ian Jackson2023-04-041-2/+2
* 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