1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-10 05:03:02 +03:00

Merge pull request #1334 from davidhorstmann-arm/add-missing-credit

Add missing credit for `set_hostname` issue
This commit is contained in:
David Horstmann
2025-03-26 14:09:47 +00:00
committed by GitHub

View File

@@ -13,3 +13,4 @@ Security
The library will now prevent the handshake and return The library will now prevent the handshake and return
MBEDTLS_ERR_SSL_CERTIFICATE_VERIFICATION_WITHOUT_HOSTNAME MBEDTLS_ERR_SSL_CERTIFICATE_VERIFICATION_WITHOUT_HOSTNAME
if mbedtls_ssl_set_hostname() has not been called. if mbedtls_ssl_set_hostname() has not been called.
Reported by Daniel Stenberg.