summaryrefslogtreecommitdiff
path: root/crates/tor-llcrypto
Commit message (Expand)AuthorAgeFilesLines
* 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-284-0/+30
* Fix a bunch of "needless borrow" warnings on nightlyNick Mathewson2022-11-181-1/+1
* Actually, require rsa 0.7.1.Nick Mathewson2022-11-101-1/+1
* Upgrade rsa to 0.7. Closes #613.Nick Mathewson2022-11-102-2/+2
* bump rust-version to 1.60 in every crate.Nick Mathewson2022-11-101-1/+1
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* set all crate edition to 2021trinity-1686a2022-11-011-1/+1
* cargo fmt to remove blank linesIan Jackson2022-10-121-1/+0
* Replace all README copies in src/lib.rs with includesIan Jackson2022-10-121-74/+1
* Upgrade all fuzzers to newer libfuzzer-sys version.Nick Mathewson2022-10-031-1/+1
* Remove semver.md files now that arti 1.0.1 is out.Nick Mathewson2022-10-031-2/+0
* Bump crates that have had backward compatible API changes.Nick Mathewson2022-10-031-1/+1
* Merge branch 'fix-nightly-clippy' into 'main'Ian Jackson2022-09-221-3/+3
|\
| * fix clippy::needless_borrowtrinity-1686a2022-09-101-3/+3
* | Add a new constant-time is_zero() check for RsaIdentityNick Mathewson2022-09-203-0/+33
|/
* Remove semver.md from arti-1.0.0Nick Mathewson2022-09-071-2/+0
* Bump crate versions in preparation for Arti 1.0.0 release.Nick Mathewson2022-09-011-2/+2
* add feature annotation not added by doc_auto_cfgtrinity-1686a2022-08-241-0/+2
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-242-0/+4
* Merge branch 'main' into 'linkspec_refactor_v3'Nick Mathewson2022-08-103-5/+9
|\
| * Add TODO comments about unwanted copies.Nick Mathewson2022-08-011-0/+2
| * tor-llcrypto: make AES key objects ZeroizeOnDrop when using opensslNick Mathewson2022-08-011-0/+3
| * Stop deriving Zeroize for RsaIdentity.Nick Mathewson2022-08-011-2/+1
| * Use the `zeroize` feature in several cratesNick Mathewson2022-08-011-3/+3
* | Define a constant for ED25519 identity length.Nick Mathewson2022-08-102-3/+8
|/
* Now that versions have bumped, remove semver.md files.Nick Mathewson2022-08-011-1/+0
* Bump patch versions on crates that have new APIs.Nick Mathewson2022-08-011-2/+2
* Merge branch 'generate_cert' into 'main'Nick Mathewson2022-07-082-1/+2
|\
| * tor-llcrypto: expose the Signer API from ed25519-dalekNick Mathewson2022-07-062-1/+2
* | Update `rsa` dependency (and use `x25519-dalek` prerelease)eta2022-07-063-10/+13
|/
* Merge remote-tracking branch 'origin/mr/610'Nick Mathewson2022-07-051-1/+1
|\
| * Fixed typo in convert_curve25519_to_ed25519_private commentsRichard Pospesel2022-06-291-1/+1
* | 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