Gilles Peskine 2a0af359f1 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 17:52:48 +02:00
..
CMakeLists.txt CMake: support "make ssl-opt" to just build what ssl-opt.sh needs 2024-09-19 18:46:58 +02:00
dtls_client.c Test dtls_client 2024-09-25 17:52:48 +02:00
dtls_server.c update headers 2023-11-02 19:47:20 +00:00
mini_client.c Update paths pointing to tests/data_files 2024-07-08 15:36:46 +01:00
ssl_client1.c Test ssl_client1 2024-09-25 17:52:48 +02:00
ssl_client2.c Use libary default in ssl_client2 for new_session_tickets 2024-09-06 10:06:38 +02:00
ssl_context_info.c Adjust spacing in sample programs 2024-08-06 12:09:13 +01:00
ssl_fork_server.c Test ssl_fork_server 2024-09-25 17:52:48 +02:00
ssl_mail_client.c ssl_mail_client: Fix code style issue 2024-04-30 13:00:35 +02:00
ssl_pthread_server.c Test ssl_pthread_server 2024-09-25 17:52:48 +02:00
ssl_server2.c Replace MBEDTLS_PK_CAN_ECDSA_SOME with MBEDTLS_PK_CAN_ECDSA_SIGN 2024-09-16 14:25:38 +01:00
ssl_server.c Test ssl_server 2024-09-25 17:52:48 +02:00
ssl_test_common_source.c Use correct conditionals in programs/ssl (fix unused-function errors) 2024-08-06 12:09:13 +01:00
ssl_test_lib.c ssl_test_lib: add guards for pk_wrap_as_opaque() 2024-02-28 10:45:43 +01:00
ssl_test_lib.h ssl_test_lib: add guards for pk_wrap_as_opaque() 2024-02-28 10:45:43 +01:00