aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-rtcompat/src/test.pfx
Commit message (Collapse)AuthorAgeFilesLines
* tor-rtcompat: Add support for rustls.Nick Mathewson2022-01-251-0/+0
| | | | | | | | | | | | | | | | | | | This is based on @janimo's approach in !74, but diverges in a few important ways. 1. It assumes that something like !251 will merge, so that we can have separate implementations for native_tls and rustls compiled at the same time. 2. It assumes that we can implement this for the futures::io traits only with no real penalty. 3. It uses the `x509-signature` crate to work around the pickiness of the `webpki` crate. If webpki eventually solves their [bug 219](https://github.com/briansmith/webpki/issues/219), we can remove a lot of that workaround. Closes #86.
* use 3des instead of rc2 in .pfx test fixtureTrinity Pointard2021-11-181-0/+0
|
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+0
This will cause some pain for now, but now is really the best time to do this kind of thing.