]> git.ipfire.org Git - thirdparty/openldap.git/commit
ITS#10326 mbedtls: always call mbedtls_ssl_set_hostname()
authorHoward Chu <hyc@openldap.org>
Tue, 22 Apr 2025 16:22:59 +0000 (17:22 +0100)
committerHoward Chu <hyc@openldap.org>
Tue, 22 Apr 2025 16:26:46 +0000 (17:26 +0100)
commit10456f585054b701b32b2190b93ab3687c1e4ca4
tree8872a4b6a8f6dc0b5577909f520034543d1ba127
parent36dd6e2e62d4c1157344dcbf5137272d3a000a12
ITS#10326 mbedtls: always call mbedtls_ssl_set_hostname()

Even if hostname is NULL, the library requires this be called once.
If non-NULL, mbedtls may do a hostname check which is redundant
since libldap does its own check.
libraries/libldap/tls_mt.c