Commit Briefs

Omar Polo

add newline after usage


Omar Polo

fix "first location" bug

reported by devel at datenbrei dot de. The first location would overwrite the default value for a server, triggering the "`foo' rule specified more than once" error. This also needed a small tweak on how we match locations to avoid breaking other tests.


Omar Polo

fix ca generation


Omar Polo

don't allocate BIGNUM on the stack

on fedora 33 the BIGNUM type is opaque. Allocate always to avoid headaches.


Omar Polo

allow epoll_wait

fedora 33 issue an epoll_wait instead of pwait.


Omar Polo

typo



Omar Polo

don't delete valid.ext


Omar Polo

sort



Omar Polo

add conf for a ca


Omar Polo

gg: add support for client certs


Omar Polo

refactor apply_block_return

move the strip and fmt logic to their own function


Omar Polo

align


Omar Polo

mention libevent