Gilles Peskine 6b8859467c Keep track of whether mbedtls_ssl_set_hostname() has been called
Use a special marker as ssl->hostname if mbedtls_ssl_set_hostname() has been
called with NULL. If mbedtls_ssl_set_hostname() has never been called, the
field is NULL, as before.

No behavior change apart from now emitting a different log message depending
on whether mbedtls_ssl_set_hostname() has been called with NULL or not at all.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2025-02-13 21:24:01 +01:00
..
.jenkins
configs crypto_config.h: Don't list mechanisms that are not implemented 2024-12-24 20:03:29 +01:00
git-scripts Header updates 2023-11-03 12:21:36 +00:00
include Move some test helpers out of Mbed TLS 2024-11-14 14:17:28 +00:00
opt-testcases Add ignore list entries for TLS tests that are not executed 2024-10-10 18:02:12 +02:00
scripts components-compliance.sh: update references to test_psa_compliance.py 2025-02-05 12:07:25 +01:00
src Move some test helpers out of Mbed TLS 2024-11-14 14:17:28 +00:00
suites Merge pull request #9937 from valeriosetti/issue9688-backport 2025-01-29 09:59:11 +00:00
.gitignore Declare a generated file that was added after 3.6.1 2024-10-15 12:06:18 +02:00
CMakeLists.txt Create a new Python module used by generate_psa_tests.py 2024-12-11 11:11:55 +01:00
compat-in-docker.sh Header updates 2023-11-03 12:21:36 +00:00
compat.sh Adjust file path for translate_ciphers.py 2024-10-15 12:41:42 +01:00
context-info.sh Update directory-climbing path in context-info.sh 2024-07-08 15:36:48 +01:00
Descriptions.txt
make-in-docker.sh Header updates 2023-11-03 12:21:36 +00:00
Makefile Merge remote-tracking branch 'mbedtls-3.6' into psa-storage-test-cases-never-supported-positive-3.6 2024-12-20 20:30:02 +01:00
ssl-opt.sh Keep track of whether mbedtls_ssl_set_hostname() has been called 2025-02-13 21:24:01 +01:00