summaryrefslogtreecommitdiff
path: root/crates/tor-llcrypto
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Also fix some commonwealth spellings that had slipped in.
* Merge branch 'ticket125' into 'main'eta2021-11-164-7/+35
|\ | | | | | | | | | | | | Put most non-universally-needed functionality behind features Closes #125 See merge request tpo/core/arti!129
| * tor-llcrypto: Put currently unused functions behind features.Nick Mathewson2021-11-124-7/+35
| | | | | | | | | | | | | | | | We don't currently need a couple of the key manipulation features that we have, since we aren't yet doing relays or onion service clients. Part of #125
* | Update to simple_asn1 0.6.1.Nick Mathewson2021-11-141-1/+1
|/ | | | | | This is a security fix for a panic. Closes #236
* 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
|
* Improve some documentation linksNick Mathewson2021-10-291-2/+2
| | | | | | | | | Instead of putting a fully qualified name in the text, in most cases we should just use the short name of the type or function we're referring to. In other words, instead of saying [`crate::module::Foo`], we should typically say [`Foo`](crate::module::Foo).
* Upgrade curve25519-dalek requirement to 3.2.0Nick Mathewson2021-10-251-1/+1
| | | | We need this now that we check for contributory behavior.
* 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
| | | | | | | | I tried using -Z minimal-versions to downgrade all first-level dependencies to their oldest permitted versions, and found that we were apparently depending on newer features of all three crates. I'm kind of surprised there were only three.
* enable checked_conversions lint.Nick Mathewson2021-10-091-0/+1
|
* Implement ConstantTimeEq for key ids.Nick Mathewson2021-10-012-4/+16
|
* Enable js feature for getrandom for WASM.Jani Monoses2021-09-171-0/+4
| | | | By default rand does not build for WASM browser targets.
* Typo fixesNick Mathewson2021-09-091-1/+1
|
* fix/silence clippy lints in test modulesDaniel Eades2021-09-083-0/+3
|
* Update corpus and links.Nick Mathewson2021-09-071-1/+1
|
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-2719-0/+2053
This will cause some pain for now, but now is really the best time to do this kind of thing.