Manuel Pégourié-Gonnard ed4a2b4f0a Merge branch 'development-restricted' into merge-from-restricted
* development-restricted:
  Add missing credit for set_hostname issue
  Add changelog entry for TLS 1.2 Finished fix
  TLS1.2: Check for failures in Finished calculation
  ssl_session_reset: preserve HOSTNAME_SET flag
  Document the need to call mbedtls_ssl_set_hostname
  Improve documentation of mbedtls_ssl_set_hostname
  Changelog entries for requiring mbedls_ssl_set_hostname() in TLS clients
  Add a note about calling mbedtls_ssl_set_hostname to mbedtls_ssl_setup
  mbedtls_ssl_set_hostname tests: add tests with CA callback
  Call mbedtls_ssl_set_hostname in the generic endpoint setup in unit tests
  Require calling mbedtls_ssl_set_hostname() for security
  Create error code for mbedtls_ssl_set_hostname not called
  Keep track of whether mbedtls_ssl_set_hostname() has been called
  Access ssl->hostname through abstractions in certificate verification
  mbedtls_ssl_set_hostname tests: baseline
  Add a flags field to mbedtls_ssl_context
  Automate MBEDTLS_X509_TRUSTED_CERTIFICATE_CALLBACK dependency
  Make guards more consistent between X.509-has-certs and SSL-has-certs
  Fix Doxygen markup
  Make ticket_alpn field private

 Conflicts:
	programs/ssl/ssl_test_common_source.c
2025-04-01 09:40:47 +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 branch 'development-restricted' into merge-from-restricted 2025-04-01 09:40:47 +02: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 initial remove of mbedtls_ssl_conf_rng 2025-03-26 13:32:10 +00: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