mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-04 09:19:57 +00:00
Update alert message for parsing PSK hint
Signed-off-by: Dave Rodgman <[email protected]>
This commit is contained in:
+1
-1
@@ -3006,7 +3006,7 @@ start_processing:
|
||||
mbedtls_ssl_send_alert_message(
|
||||
ssl,
|
||||
MBEDTLS_SSL_ALERT_LEVEL_FATAL,
|
||||
MBEDTLS_SSL_ALERT_MSG_ILLEGAL_PARAMETER );
|
||||
MBEDTLS_SSL_ALERT_MSG_DECODE_ERROR );
|
||||
return( MBEDTLS_ERR_SSL_DECODE_ERROR );
|
||||
}
|
||||
} /* FALLTROUGH */
|
||||
|
||||
Reference in New Issue
Block a user