mbedTLS
mbedtls_x509_crt::tbs
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
mbedtls_x509_crt::tbs
mbedtls_x509_crt::tbs field
The raw certificate body (DER). The part that is To Be Signed.
Syntax
Show:
Summary
Declaration
from
x509_crt.h:45
mbedtls_x509_buf
tbs
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_x509_buf
tbs
;
/**< The raw certificate body (DER). The part that is To Be Signed. */
x509_crt.h:45
if
(
(
ret
=
mbedtls_md
(
md_info
,
child
->
tbs
.
p
,
child
->
tbs
.
len
,
hash
)
)
!=
0
)
{
esp_crt_bundle.c:156
esp_crt_check_signature()
crt
->
tbs
.
p
=
p
;
x509_crt.c:1135
x509_crt_parse_der_core()
crt
->
tbs
.
len
=
(
size_t
)
(
end
-
crt
->
tbs
.
p
)
;
x509_crt.c:1144
x509_crt_parse_der_core()
if
(
mbedtls_md
(
md_info
,
child
->
tbs
.
p
,
child
->
tbs
.
len
,
hash
)
!=
0
)
{
x509_crt.c:2136
x509_crt_check_signature()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_x509_crt::tbs
is read by 3 functions:
All items filtered out
mbedtls_x509_crt::tbs
esp_crt_check_signature()
x509_crt_parse_der_core()
x509_crt_check_signature()
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