Commit Briefs

Omar Polo

use certs from regress/



Omar Polo

use -subj /CN=name when generating the keys for the tests

`printf | openssl` is ugly :/


Omar Polo

add some simple test for fastcgi

and while there reorder the targets in the Makefile a bit


Omar Polo

move gg to regress


Omar Polo

handle CGI scripts that replies with the maximum header length allowed

the 1024 bytes limits is for the META only, not for the whole response. That means that the maximum size for the header line is 1029!


Omar Polo

dup line


Omar Polo

link to compat/ even in regress

this unlocks the full regress tests on arch, for instance, or every OS where we don't have strl*


Omar Polo

fix ca generation


Omar Polo

don't delete valid.ext



Omar Polo

improve logs management


Omar Polo

add the ``entrypoint'' option


Omar Polo

use starts_with in puny.c


Omar Polo

initial punycode support