mbedTLS
TAG
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
TAG
TAG variable
Syntax
Show:
Summary
Declaration
from
esp_crt_bundle.c:53
static
const
char
*
TAG
=
"esp-x509-crt-bundle"
;
Examples
References
from
examples
Code
Location
Referrer
static
const
char
*
TAG
=
"esp-x509-crt-bundle"
;
esp_crt_bundle.c:53
ESP_LOGE
(
TAG
,
"PK parse failed with error 0x%x"
,
-
ret
)
;
esp_crt_bundle.c:134
esp_crt_check_signature()
ESP_LOGE
(
TAG
,
"Unsuitable public key"
)
;
esp_crt_bundle.c:140
esp_crt_check_signature()
ESP_LOGE
(
TAG
,
"Unknown message digest"
)
;
esp_crt_bundle.c:148
esp_crt_check_signature()
ESP_LOGE
(
TAG
,
"MD failed with error 0x%x"
,
-
ret
)
;
esp_crt_bundle.c:157
esp_crt_check_signature()
ESP_LOGE
(
TAG
,
"PK verify failed with error 0x%x"
,
-
ret
)
;
esp_crt_bundle.c:164
esp_crt_check_signature()
ESP_LOGE
(
TAG
,
"No certificates in bundle"
)
;
esp_crt_bundle.c:230
esp_crt_verify_callback()
ESP_LOGD
(
TAG
,
"%"
PRIu16
" certificates in bundle"
,
(
uint16_t
)
esp_crt_get_certcount
(
s_crt_bundle
)
)
;
esp_crt_bundle.c:234
esp_crt_verify_callback()
ESP_LOGI
(
TAG
,
"Certificate validated"
)
;
esp_crt_bundle.c:243
esp_crt_verify_callback()
ESP_LOGE
(
TAG
,
"Certificate matched but signature verification failed"
)
;
esp_crt_bundle.c:247
esp_crt_verify_callback()
ESP_LOGE
(
TAG
,
"Certificate matched with %s but signature verification failed"
,
cert_name
)
;
esp_crt_bundle.c:253
esp_crt_verify_callback()
ESP_LOGI
(
TAG
,
"No matching trusted root certificate found"
)
;
esp_crt_bundle.c:260
esp_crt_verify_callback()
ESP_LOGE
(
TAG
,
"Failed to verify certificate"
)
;
esp_crt_bundle.c:263
esp_crt_verify_callback()
ESP_LOGE
(
TAG
,
"Cert bundle certificates exceed max allowed certificates"
)
;
esp_crt_bundle.c:300
esp_crt_check_bundle()
ESP_LOGE
(
TAG
,
"Failed to attach bundle"
)
;
esp_crt_bundle.c:342
esp_crt_bundle_attach()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TAG
is read by 4 functions:
All items filtered out
TAG
esp_crt_check_signature()
esp_crt_verify_callback()
esp_crt_check_bundle()
esp_crt_bundle_attach()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out