mbedtls/tests/opt-testcases
Gilles Peskine c83e56cc45 Test ssl_fork_server
Test ssl_fork_server with both TLS 1.2 and TLS 1.3.
Test against both OpenSSL and GnuTLS.

In the server, flush more often. Otherwise, when stdout is redirected to a
file, the server gets killed before it writes important information, such as
the logs that we expect in the test cases.

In the server, only write output for 10 seconds, not 100. That's enough time
to start concurrent clients if desired. 100 seconds causes ssl-opt to take a
very long time when the client actually listens to the whole input (which
`gnutls-cli` does, but not `openssl s_client`).

Clean up compile-time requirements in ssl_fork_server.c: any certificate-based
key exchange is ok, so don't insist on built-in RSA.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2024-09-25 18:05:17 +02:00
..
sample.sh Test ssl_fork_server 2024-09-25 18:05:17 +02:00
tls13-kex-modes.sh Remove obsolete requirements on middlebox compatibility mode: manual 2024-09-24 18:59:30 +02:00
tls13-misc.sh Remove obsolete requirements on middlebox compatibility mode: manual 2024-09-24 18:59:30 +02:00