summaryrefslogtreecommitdiff
path: root/crates/tor-llcrypto
Commit message (Expand)AuthorAgeFilesLines
* Bump crate versions in preparation for v1.1.5 release.Nick Mathewson2023-06-011-3/+3
* llcrypto: Don't take or return "unescorted" ed25519 keys.Nick Mathewson2023-05-182-20/+41
* llcrypto: Add an `ed25519::ExpandedKeypair` type.Nick Mathewson2023-05-181-0/+25
* 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
* | Use non-deprecated *Secret::random_from_rng.Nick Mathewson2023-05-131-1/+1
* | llcrypto: upgrade x25519-dalek.Nick Mathewson2023-05-131-1/+1
|/
* update rsa to 0.9.xtrinity-1686a2023-05-082-6/+5
* 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
* Merge branch 'x25519' into 'main'Nick Mathewson2023-04-041-2/+2
|\
| * tor-llcrypto: Pin x25519-dalek version, bump our crate versiontor-llcrypto-v0.4.4Ian Jackson2023-04-041-2/+2
* | Remove semver.md files.Nick Mathewson2023-03-311-2/+0
|/
* 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
* tor-llcrypto: key blinding: Use consistent terminologyIan Jackson2023-03-281-19/+22
* Use the type system to enforce use of blinded keys.Gabriela Moldovan2023-03-271-0/+12
* Add builder for encoding hidden service descriptors.Gabi Moldovan2023-03-242-1/+2
* Update required openssl versionNick Mathewson2023-03-241-1/+1
* Suppress a renamed-lint lint.Nick Mathewson2023-03-101-1/+2
* Expose a little new functionality from tor-llcrypto.Nick Mathewson2023-02-282-0/+11
* Remove semver.md files now that 1.1.2 is out.Nick Mathewson2023-02-281-1/+0
* Patchlevel bumps for remaining changed crates.Nick Mathewson2023-02-281-1/+1
* llcrypto: Implement `Into<[u8;32]>` for Ed25519IdentityNick Mathewson2023-02-072-0/+7
* llcrypto: Derive zeroize for CtByteArray.Nick Mathewson2023-02-072-1/+3
* Bump the patch version of every crate that had API additionsNick Mathewson2023-02-011-2/+2
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-272-0/+2
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-273-0/+5
* Merge branch 'ignore' into 'main'Nick Mathewson2023-01-201-1/+0
|\
| * Do not .gitignore crates/*/fuzz/corpusIan Jackson2023-01-201-1/+0
* | tor-llcrypto: Tolerate some warnings (fmt)Ian Jackson2023-01-201-1/+4
* | tor-llcrypto: Tolerate some warningsIan Jackson2023-01-201-0/+4
|/
* Upgrade to latest rsa crate.Nick Mathewson2023-01-202-2/+2
* Complete our migration to base64ct.Nick Mathewson2023-01-203-16/+10
* Merge branch 'blind_privkey' into 'main'Ian Jackson2023-01-092-17/+161
|\
| * llcrypto: Implement secret-key blinding.Nick Mathewson2023-01-062-17/+161
* | llcrypto: fix a comment.Nick Mathewson2023-01-061-1/+1
* | llcrypto: clarify meaning of "Identity".Nick Mathewson2023-01-062-8/+17
* | Merge branch 'test-lints' into 'main'eta2023-01-062-0/+16
|\ \
| * | test lint blocks: Add many many automaticallyIan Jackson2022-12-122-0/+16
* | | Merge branch 'ctbytes' into 'main'eta2023-01-064-39/+152
|\ \ \ | |_|/ |/| |
| * | Add a new "CtByteArray" type, and use it in Id types.Nick Mathewson2023-01-054-39/+152
| |/
* / doc: consistent summary line for the READMEsEmil Engler2022-12-201-1/+1
|/
* Remove semver.md files now that 1.1.0 is released.Nick Mathewson2022-11-301-1/+0
* 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