Add missing credit for set_hostname issue

Correctly credit Daniel Stenberg as the reporter of the
mbedtls_ssl_set_hostname() issue. This was previously missed.

Signed-off-by: David Horstmann <[email protected]>
This commit is contained in:
David Horstmann
2025-03-25 15:59:45 +00:00
parent a492a34fc3
commit bc7cd93b5f
+1
View File
@@ -13,3 +13,4 @@ Security
The library will now prevent the handshake and return
MBEDTLS_ERR_SSL_CERTIFICATE_VERIFICATION_WITHOUT_HOSTNAME
if mbedtls_ssl_set_hostname() has not been called.
Reported by Daniel Stenberg.