Manuel Pégourié-Gonnard 92a9bd345c Remove call to pk_decrypt() in ssl_server2
We no longer use decrypt TLS 1.2 (never did in 1.3) so we no longer need
this path. Further simplifications could probably be made (we currently
have an enum type with only one possible value...) but for now I'm
trying to keep changes minimal.

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
2025-05-20 12:04:26 +02: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 Merge pull request #9421 from mfil/feature/implement_tls_exporter 2025-04-17 14:47:13 +00:00
ssl_context_info.c Fix test and formatting in ssl_context_info 2025-04-29 22:02:24 +02: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 call to pk_decrypt() in ssl_server2 2025-05-20 12:04:26 +02: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