1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-06-18 02:18:42 +08:00

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 <david.horstmann@arm.com>
This commit is contained in:
David Horstmann 2025-03-25 14:10:10 +00:00
parent a492a34fc3
commit bc7cd93b5f

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.