gmid/regress
Omar Polo 9d092b607a fix IRI-parsing bug
Some particularly crafted IRIs can cause a denial of service (DOS).
IRIs which have a trailing `..' segment and resolve to a valid IRI
(i.e. a .. that's not escaping the root directory) will make the
server process loop forever.

This is """just""" an DOS vulnerability, it doesn't expose anything
sensitive or give an attacker anything else.
2021-04-12 20:11:47 +00:00
..
Makefile handle CGI scripts that replies with the maximum header length allowed 2021-03-29 09:42:06 +00:00
env define TLS_CLIENT_NOT_BEFORE/NOT_AFTER in CGI scripts 2021-02-07 21:47:01 +00:00
err brand new regress suite 2021-01-22 16:48:04 +00:00
fill-file.c use a c program to fill the file 2021-01-22 17:18:55 +00:00
hello brand new regress suite 2021-01-22 16:48:04 +00:00
invalid fix test portability 2021-01-23 17:44:23 +00:00
iri_test.c fix IRI-parsing bug 2021-04-12 20:11:47 +00:00
max-length-reply handle CGI scripts that replies with the maximum header length allowed 2021-03-29 09:42:06 +00:00
puny-test.c move all sandbox-related code to sandbox.c 2021-03-20 08:42:08 +00:00
runtime handle CGI scripts that replies with the maximum header length allowed 2021-03-29 09:42:06 +00:00
serve-bigfile test CGI with big files 2021-01-24 10:24:34 +00:00
sha fix for sha256sum 2021-01-22 17:14:40 +00:00
slow brand new regress suite 2021-01-22 16:48:04 +00:00
valid.ext add conf for a ca 2021-02-09 22:12:19 +00:00