Max Fillinger 281fb79116 Remove TLS 1.2 Exporter if we don't have randbytes
The TLS-Exporter in TLS 1.2 requires client_random and server_random.
Unless MBEDTLS_SSL_CONTEXT_SERIALIZATION is defined, these aren't stored
after the handshake is completed.

Therefore, mbedtls_ssl_export_keying_material() exists only if either
MBEDTLS_SSL_CONTEXT_SERIALIZATION is defined or MBEDTLS_SSL_PROTO_TLS1_2
is *not* defined.

Signed-off-by: Max Fillinger <maximilian.fillinger@foxcrypto.com>
2025-03-28 16:53:58 +01:00
..
CMakeLists.txt Update paths for moved program files in CMakeLists 2025-02-19 15:30:24 +00:00
dtls_client.c initial remove of mbedtls_ssl_conf_rng 2025-03-26 13:32:10 +00:00
dtls_server.c initial remove of mbedtls_ssl_conf_rng 2025-03-26 13:32:10 +00:00
mini_client.c initial remove of mbedtls_ssl_conf_rng 2025-03-26 13:32:10 +00:00
ssl_client1.c initial remove of mbedtls_ssl_conf_rng 2025-03-26 13:32:10 +00:00
ssl_client2.c Remove TLS 1.2 Exporter if we don't have randbytes 2025-03-28 16:53:58 +01:00
ssl_context_info.c Define MBEDTLS_DECLARE_PRIVATE_IDENTIFIERS in every sample program 2025-03-24 11:37:33 +00:00
ssl_fork_server.c initial remove of mbedtls_ssl_conf_rng 2025-03-26 13:32:10 +00:00
ssl_mail_client.c initial remove of mbedtls_ssl_conf_rng 2025-03-26 13:32:10 +00:00
ssl_pthread_server.c initial remove of mbedtls_ssl_conf_rng 2025-03-26 13:32:10 +00:00
ssl_server2.c Remove TLS 1.2 Exporter if we don't have randbytes 2025-03-28 16:53:58 +01:00
ssl_server.c initial remove of mbedtls_ssl_conf_rng 2025-03-26 13:32:10 +00:00
ssl_test_common_source.c Only check for certificates if it is supported 2025-03-20 17:53:07 +01:00
ssl_test_lib.c Add define to fuzz/common.c and ssl/ssl_test_lib.c 2025-03-25 10:06:53 +00:00
ssl_test_lib.h Remove key exchange based on encryption/decryption 2025-03-20 17:53:07 +01:00