gmid/regress
Omar Polo f9ab77a898 bundle libtls
gmid (like all other daemons that want to do privsep crypto) has a
very close relationship with libtls and need to stay in sync with
it.

OpenBSD' libtls was recently changed to use OpenSSL' EC_KEY_METHOD
instead of the older ECDSA_METHOD, on the gmid side we have to do
the same otherwise failures happens at runtime.  In a similar manner,
privsep crypto is silently broken in the current libretls (next
version should fix it.)

The proper solution would be to complete the signer APIs so that
applications don't need to dive into the library' internals, but
that's a mid-term goal, for the immediate bundling the 'little'
libtls is the lesser evil.

The configure script has gained a new (undocumented for the time
being) flag `--with-libtls=bundled|system' to control which libtls
to use.  It defaults to `bundled' except for OpenBSD where it uses
the `system' one.  Note that OpenBSD versions before 7.3 (inclusive)
ought to use --with-libtls=bundled too since they still do ECDSA_METHOD.
2023-08-23 17:38:49 +00:00
..
Makefile bundle libtls 2023-08-23 17:38:49 +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
example.mime.types document the implicit mapping for text/gemini 2022-04-08 15:36:59 +00:00
fcgi-test.c improve fcgi test: send more than one chunk of data 2023-07-01 18:38:22 +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 copyright years 2022-07-04 09:48:39 +00:00
lib.sh use `log syslog off' in regress to avoid spamming syslog 2023-07-26 08:11:39 +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 don't have the config being a global 2023-06-09 17:18:04 +00:00
regress ge->gemexp forgotten in previous 2023-07-25 20:27:31 +00:00
serve-bigfile test CGI with big files 2021-01-24 10:24:34 +00:00
slow brand new regress suite 2021-01-22 16:48:04 +00:00
tests.sh use the legacy style in the tests for now 2023-08-03 22:37:05 +00:00
valid.ext add conf for a ca 2021-02-09 22:12:19 +00:00