Add option to use rustls 0.20.#212
Conversation
|
This is excellent and something I very much want to support, apologies for leaving the PR to stagnate, it seems I wasn't getting email notifications for this repo. Could you rebase onto |
|
Hi there @bradfier and @3xmblzj5, I've rebased @3xmblzj5`s branch (and updated the examples and cert/key) here: https://github.com/travispaul-forks/tiny-http/tree/rustls20 Would you like me to open a separate PR? I too would like this feature! I also have a fork of rouille where this appears to be working after a quick smoketest and some minor changes: travispaul-forks/rouille@4d264b9 |
Please do @travispaul! I'm currently casting an eye over your branch at When you've done so I can close this PR and redirect visitors to the new one. |
|
Closing this as work on this is being carried on in another PR. |
This a minor update of #155 to use the latest version of rustls.
I think this is useful because it allows tiny-http to serve TLS on platforms that don't have OpenSSL, like OpenBSD.