Commit Graph

15 Commits

Author SHA1 Message Date
Nick Mathewson a36a0ab45b WANT_FROM_OTHER_CRATES: Remove note about async-rustls 2023-07-17 10:01:18 -04:00
Ian Jackson 9612a08b29 Note that tls-api is now async and can disable hostname verification
The other features we want aren't there yet.
2022-02-24 14:26:38 +00:00
Nick Mathewson af40fa4d74 WANT_FROM_OTHER_CRATES: add a few links. 2022-01-28 09:12:41 -05:00
Nick Mathewson c7c3af60cd Remove doubly incorrect entry from WANT_FROM_OTHER_CRATES 2021-11-08 16:11:27 -05:00
Nick Mathewson 648a822e3a Upgrade to latest fslock and use its per-fd exclusion feature.
The latest version of the fslock crate has an optional feature that
allows file-locks to exclude one another even if they are opened
within the same process.  On Windows this behavior comes for free;
on Unix it depends on an internal map of (dev,inode) pairs.

Here we upgrade to the latest version of the fslock crate, and use
this feature.
2021-08-11 07:15:08 -04:00
Nick Mathewson 3f6b22fa14 adjust WANT_FROM_OTHER_CRATES 2021-07-21 13:11:24 -04:00
Nick Mathewson 202420099f Update WANT_FROM_OTHER_CRATES again. 2021-07-13 10:35:07 -04:00
Nick Mathewson 4678fc0a37 Changes to WANT_FROM_OTHER_CRATES based on discussion on #146 2021-07-12 09:21:58 -04:00
Nick Mathewson a19361c2c9 Add another entry to WANT_FROM_OTHER_CRATES 2021-06-19 11:28:36 -04:00
Nick Mathewson a6ada2d6df Cut down WANT_FROM_OTHER_CRATES 2021-06-18 08:34:59 -04:00
Nick Mathewson d96a949cb3 Update documentation 2020-09-21 13:43:58 -04:00
Nick Mathewson 3d5f8cfec5 update wishlist: the rsa crate now supports oaep 2020-09-13 13:05:07 -04:00
Nick Mathewson c8602beba9 WANT_FROM_OTHER_CRATES: observations on tls 2020-09-01 15:27:05 -04:00
Nick Mathewson f1a3841519 curate WANT_FROM_OTHER_CRATES 2020-06-12 14:02:15 -04:00
Nick Mathewson bbcbf47902 Fresh git repository for work on "arti"
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.
2020-05-07 19:58:14 -04:00