mirror of
https://github.com/espressif/openthread.git
synced 2026-06-05 21:14:49 +00:00
[mbedtls] add threading errors translation (#3900)
This commit is contained in:
committed by
Jonathan Hui
parent
73f17031a1
commit
e482edb0f1
@@ -38,6 +38,7 @@
|
||||
#include <mbedtls/entropy.h>
|
||||
#include <mbedtls/error.h>
|
||||
#include <mbedtls/platform.h>
|
||||
#include <mbedtls/threading.h>
|
||||
|
||||
#ifdef MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA_ENABLED
|
||||
#include <mbedtls/pem.h>
|
||||
@@ -136,6 +137,8 @@ otError MbedTls::MapError(int rval)
|
||||
case MBEDTLS_ERR_ENTROPY_NO_SOURCES_DEFINED:
|
||||
case MBEDTLS_ERR_ENTROPY_NO_STRONG_SOURCE:
|
||||
case MBEDTLS_ERR_SSL_PEER_VERIFY_FAILED:
|
||||
case MBEDTLS_ERR_THREADING_BAD_INPUT_DATA:
|
||||
case MBEDTLS_ERR_THREADING_MUTEX_ERROR:
|
||||
error = OT_ERROR_SECURITY;
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user