summaryrefslogtreecommitdiff
path: root/crates/tor-llcrypto
Commit message (Expand)AuthorAgeFilesLines
* Bump crate and dependency versions.Nick Mathewson2022-06-241-2/+2
* Merge branch 'clippy' into 'main'Ian Jackson2022-06-241-0/+3
|\
| * Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* | Update README.md files from rustdoc.Nick Mathewson2022-06-241-41/+50
|/
* tor-llcrypto: style fixes on BlindingErrorNick Mathewson2022-06-221-2/+2
* Add a feature to tor-llcrypto to enable sha-1/asm.Nick Mathewson2022-06-132-41/+51
* Fix typosDimitris Apostolou2022-06-102-4/+4
* Merge branch 'use-testing-rng'Nick Mathewson2022-06-074-5/+8
|\
| * Use testing_rng() in tests throughout our crates.Nick Mathewson2022-06-024-5/+8
* | Merge branch 'llcrypto-openssl' into 'main'Nick Mathewson2022-06-073-0/+142
|\ \
| * | use the right feature name for llcrypto openssltrinity-1686a2022-05-312-5/+5
| * | add support for openssl backend in llcryptotrinity-1686a2022-05-303-0/+142
| |/
* | lints: Add let_unit_value allow to all cratesIan Jackson2022-05-311-0/+1
* | lints: Add lint block delimiters to every crateIan Jackson2022-05-311-0/+2
|/
* 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-263-4/+9
* squash! Bump every crate's edition to 2021.Nick Mathewson2022-04-255-10/+0
* 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
* Implement Ord for Ed25519Identity.Nick Mathewson2022-03-301-1/+1
* Add a from_hex method for RsaIdentity.Nick Mathewson2022-03-042-5/+25
* tor-llcrypto: Replace a tiny bit of code duplication with a callIan Jackson2022-03-021-1/+1
* tor-llcrypto: Add test case for RsaIdentity formattingIan Jackson2022-03-021-0/+19
* Merge branch 'clippy-allow-arc-clone' into 'main'Nick Mathewson2022-03-011-1/+0
|\
| * Disable clippy::clone_on_ref_ptrIan Jackson2022-02-241-1/+0
* | Bump all crates to 0.1.0arti-v0.1.0Nick Mathewson2022-03-011-1/+1
|/
* Remove clippy::needless_borrow exception in CI.Nick Mathewson2022-02-202-3/+0
* Change deny(clippy::all) to warn(clippy::all).Nick Mathewson2022-02-141-1/+1
* Temporarily disable some clippy lints on nightlyIan Jackson2022-02-022-0/+3
* 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
* extend lints to include 'clippy::all'Daniel Eades2021-12-281-0/+1
* address lint warningsDaniel Eades2021-12-091-1/+1
* Remove a XXXX comment in tor-llcrypto.Nick Mathewson2021-12-081-1/+0
* Upgrade to digest v0.10.0Nick Mathewson2021-12-072-6/+6
* Resolve roughly half of the XXXXs.Nick Mathewson2021-12-062-6/+5
* Idle hacking: Get 90% coverage in tor-llcryptoNick Mathewson2021-12-021-0/+112
* Merge branch 'readme_fixes'Nick Mathewson2021-11-301-0/+7
|\
| * run ./maint/readmes.shdagon2021-11-291-0/+7
* | Bump every crate by one patch version.Nick Mathewson2021-11-291-1/+1
* | add semicolons if nothing returnedDaniel Eades2021-11-252-2/+3
|/
* Fix a few typos.Nick Mathewson2021-11-241-1/+1
* Merge branch 'ticket125' into 'main'eta2021-11-164-7/+35
|\
| * tor-llcrypto: Put currently unused functions behind features.Nick Mathewson2021-11-124-7/+35
* | Update to simple_asn1 0.6.1.Nick Mathewson2021-11-141-1/+1
|/