Commits


typo x 2


typo


mention the configure script and how to link to a local libtls


drop mention to the static target it works on OpenBSD but not on alpine, it requires further tweaks.


typo


add a dockerfile


mention libretls


build docs + install and static targets


grammar


update readme


switch to getcwd


split into two processes: listener and executor this way, we can sandbox the listener with seccomp (todo) or capsicum (already done) and still have CGI scripts. When we want to exec, we tell the executor what to do, the executor executes the scripts and send the fd backt to the listener.


sandbox also on FreeBSD with capsicum


update README


typo