| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove "publish = false" | Nick Mathewson | 2021-06-24 | 1 | -1/+0 |
| | | |||||
| * | Give every Cargo.toml a repository field | Nick Mathewson | 2021-05-19 | 1 | -0/+1 |
| | | |||||
| * | Fill in "package.categories" on all Cargo.toml | Nick Mathewson | 2021-05-19 | 1 | -0/+1 |
| | | |||||
| * | Upgrade to latest RustCrypto crates. | Nick Mathewson | 2021-05-06 | 1 | -2/+2 |
| | | |||||
| * | upgrade httparse and zeroize | Nick Mathewson | 2021-04-25 | 1 | -1/+1 |
| | | |||||
| * | upgrade dalek dependencies | Nick Mathewson | 2021-04-14 | 1 | -2/+2 |
| | | |||||
| * | Upgrade rsa, zstd, httpdate. Remove redundant pin-project. | Nick Mathewson | 2021-04-05 | 1 | -1/+1 |
| | | |||||
| * | v3: Improve error handling on key blinding. | George Kadianakis | 2021-03-30 | 1 | -1/+1 |
| | | |||||
| * | Implement basic ed25519 key blinding for v3 onion services. | George Kadianakis | 2021-03-29 | 1 | -0/+1 |
| | | |||||
| * | Add a compatibility layer so we can upgrade rand_core. | Nick Mathewson | 2021-03-18 | 1 | -1/+3 |
| | | | | | | | dalek-crypto is stuck on rand_core 0.5.1, so we've been stuck too. This commit introduces a compatibility module so that we can wrap new rand_core instances to make them backward compatible. | ||||
| * | Add the tor project as an author. | Nick Mathewson | 2021-03-17 | 1 | -1/+1 |
| | | |||||
| * | Add keywords to each Cargo.toml | Nick Mathewson | 2021-03-17 | 1 | -0/+1 |
| | | |||||
| * | Add a description field to all our Cargo.toml files | Nick Mathewson | 2021-03-17 | 1 | -0/+1 |
| | | |||||
| * | Give it a homepage everyplace. | Nick Mathewson | 2021-03-17 | 1 | -0/+1 |
| | | |||||
| * | Remove a couple of unused deps from tor-llcrypto. | Nick Mathewson | 2021-03-10 | 1 | -2/+0 |
| | | |||||
| * | Bump dependencies with "cargo upgrade" | Nick Mathewson | 2021-03-06 | 1 | -4/+4 |
| | | |||||
| * | Update some dependencies. | Nick Mathewson | 2021-02-19 | 1 | -1/+1 |
| | | |||||
| * | upgrade a few dependencies | Nick Mathewson | 2021-02-10 | 1 | -3/+3 |
| | | |||||
| * | Add serde implementations for identity key types. | Nick Mathewson | 2021-02-10 | 1 | -0/+2 |
| | | |||||
| * | Upgrade crypto dependencies. | Nick Mathewson | 2021-01-13 | 1 | -2/+2 |
| | | |||||
| * | Upgrade a few more dependencies. | Nick Mathewson | 2021-01-13 | 1 | -1/+1 |
| | | |||||
| * | Cargo-upgrade a few dependencies | Nick Mathewson | 2020-12-21 | 1 | -2/+2 |
| | | |||||
| * | Upgrade dependencies | Nick Mathewson | 2020-11-10 | 1 | -4/+4 |
| | | |||||
| * | upgrade a few packages. | Nick Mathewson | 2020-11-05 | 1 | -1/+1 |
| | | |||||
| * | Run "cargo upgrade". | Nick Mathewson | 2020-10-26 | 1 | -3/+3 |
| | | |||||
| * | Run "cargo upgrade". | Nick Mathewson | 2020-10-15 | 1 | -2/+2 |
| | | |||||
| * | Add an (unchecked) Ed25519Identity type | Nick Mathewson | 2020-10-15 | 1 | -1/+1 |
| | | | | | | This type differs from ed25519::PublicKey in that it is _not_ checked or expanded. | ||||
| * | Enable batch ed25519 verification. | Nick Mathewson | 2020-10-02 | 1 | -1/+1 |
| | | |||||
| * | Run cargo upgrade. | Nick Mathewson | 2020-09-26 | 1 | -1/+1 |
| | | |||||
| * | Run cargo upgrade | Nick Mathewson | 2020-09-21 | 1 | -4/+3 |
| | | |||||
| * | Add some test vectors for rsa, taken from chutney | Nick Mathewson | 2020-09-13 | 1 | -0/+1 |
| | | |||||
| * | llcrypto: Fix a bug in ed25519->curve25519 secret key conversion | Nick Mathewson | 2020-09-13 | 1 | -0/+1 |
| | | | | | | | | We were taking the sign bit from the _secret_ key, which is totally incorrect. Instead it needs to be taken from the _public_ key. Additionally, add a unit test for ed25519->curve25519 code. | ||||
| * | Pare down and sort dependencies | Nick Mathewson | 2020-09-09 | 1 | -14/+12 |
| | | |||||
| * | Run cargo upgrade, except for stream-cipher. | Nick Mathewson | 2020-09-09 | 1 | -5/+5 |
| | | |||||
| * | RSAIdentity: Better Display and Debug. | Nick Mathewson | 2020-09-07 | 1 | -0/+1 |
| | | |||||
| * | llcrypto: Define a "ValidatableSignature" type | Nick Mathewson | 2020-09-03 | 1 | -1/+1 |
| | | | | | | This type wraps a signature, a public key, and the signed object. It's meant to be useful for implementing SelfSigned objects. | ||||
| * | Run cargo-upgrade. | Nick Mathewson | 2020-08-28 | 1 | -9/+8 |
| | | |||||
| * | Update to latest packages; ed25519 now needs signature crate traits. | Nick Mathewson | 2020-07-20 | 1 | -8/+9 |
| | | |||||
| * | Use "cargo upgrade" from cargo-edit to list current versions | Nick Mathewson | 2020-06-12 | 1 | -32/+21 |
| | | |||||
| * | update to use latest rust-crypto traits and modules | Nick Mathewson | 2020-06-10 | 1 | -3/+4 |
| | | |||||
| * | Upgrade to a modern version of "sha-1". | Nick Mathewson | 2020-05-08 | 1 | -2/+2 |
| | | | | | | Apparently the "sha1" crate doesn't implement the RustCrypto API, but the "sha-1" crate does. | ||||
| * | Use cargo-husky to add automatic git commit/push hooks. | Nick Mathewson | 2020-05-08 | 1 | -1/+9 |
| | | |||||
| * | Fresh git repository for work on "arti" | Nick Mathewson | 2020-05-07 | 1 | -0/+42 |
| Arti is a rust tor implementation. It's project I've been working on for a few months now, in weekends and in spare time. It doesn't speak the tor protocol yet, and it doesn't connect to the network at all. It needs much more documentation and testing, but I'm just about ready to show it to others. See the README.md for a description of what is there and what isn't. | |||||
