Commits


fix ca generation


don't allocate BIGNUM on the stack on fedora 33 the BIGNUM type is opaque. Allocate always to avoid headaches.


allow epoll_wait fedora 33 issue an epoll_wait instead of pwait.


typo


improve errors during config parsing


don't delete valid.ext


sort


add `require client ca' rule to require certs signed by a CA


add conf for a ca


gg: add support for client certs


refactor apply_block_return move the strip and fmt logic to their own function


align


mention libevent


allow sigreturn and sigaction on linux


fix seccomp for the new event loop add/remove syscalls from the BPF filter and move sandbox() after libevent initialisation