Hello, I wrote a very simple TLS reverse proxy which can be used as a companion to quark. Essentially, it just turns quark's HTTP into HTTPS. It depends only on libtls (from LibreSSL) and libbsd (for strlcpy).
You can read more about it here: https://nihaljere.xyz/words/tlsrp.html and clone it from here: git://nihaljere.xyz/tlsrp I would appreciate any comments or criticism. Thanks, Nihal Jere