Commit Graph

19 Commits

Author SHA1 Message Date
Nick Mathewson a4e0dde4da Add appropriate categories to some Cargo.toml files. 2021-03-17 14:51:18 -04:00
Nick Mathewson 6daf57957d Add the tor project as an author. 2021-03-17 14:43:40 -04:00
Nick Mathewson ba14d43be4 Add keywords to each Cargo.toml 2021-03-17 14:41:02 -04:00
Nick Mathewson c8481a9354 Add a description field to all our Cargo.toml files 2021-03-17 14:31:59 -04:00
Nick Mathewson 58d8472ea0 Give it a homepage everyplace. 2021-03-17 14:13:26 -04:00
Nick Mathewson ab9d4a2229 Update some dependencies. 2021-02-19 09:39:23 -05:00
Nick Mathewson f01d641ec8 cargo upgrade. 2020-12-30 15:59:33 -05:00
Nick Mathewson 9341cde18c Use typesystem to enforce limit on socks hostname length. 2020-12-22 09:57:32 -05:00
Nick Mathewson 216348a06e tor-socksproto: a few more tests 2020-12-21 10:47:45 -05:00
Nick Mathewson 1a1ff2a45a Add a fuzzer for tor-socksproto. 2020-12-17 17:09:52 -05:00
Nick Mathewson 9680a99205 socksproto: fuze the handshake object on error.
Found by fuzzing: without doing this, there are ways to make the
SocksHandshake panic.  I don't think any of them are reachable from
the network assuming this crate is used correctly, but let's be safer.
2020-12-17 17:05:50 -05:00
Nick Mathewson a1f1dac4eb Resolve a few nightly-only clippy issues 2020-12-07 16:14:36 -05:00
Nick Mathewson a52585d9d6 Mark some XXXX issues as XXXX-A1. 2020-12-07 16:07:59 -05:00
Nick Mathewson 01de0cafc5 Run cargo fix --edition-idioms 2020-12-02 15:14:29 -05:00
Nick Mathewson 7ecfa4c863 Remove a couple of stray dbg!() calls. 2020-11-19 19:23:34 -05:00
Nick Mathewson 4d24fff9c0 Upgrade dependencies 2020-11-10 12:27:10 -05:00
Nick Mathewson 44cbe2f89b Add some tor-sockproto tests 2020-11-05 11:20:49 -05:00
Nick Mathewson fee895b33a Document tor-socksproto 2020-11-04 16:15:49 -05:00
Nick Mathewson 2e1f510225 rename tor_socks -> tor_socksproto. 2020-11-04 15:01:25 -05:00