mbedTLS
mbedtls_x509_crt::issuer_raw
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::issuer_raw
mbedtls_x509_crt::issuer_raw field
The raw issuer data (DER). Used for quick comparison.
Syntax
Show:
Summary
Declaration
from
x509_crt.h:51
mbedtls_x509_buf
issuer_raw
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_x509_buf
issuer_raw
;
/**< The raw issuer data (DER). Used for quick comparison. */
x509_crt.h:51
cert_t
cert
=
esp_crt_find_cert
(
child
->
issuer_raw
.
p
,
child
->
issuer_raw
.
len
)
;
esp_crt_bundle.c:236
esp_crt_verify_callback()
crt
->
issuer_raw
.
p
=
p
;
x509_crt.c:1178
x509_crt_parse_der_core()
crt
->
issuer_raw
.
len
=
(
size_t
)
(
p
-
crt
->
issuer_raw
.
p
)
;
x509_crt.c:1191
x509_crt_parse_der_core()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_x509_crt::issuer_raw
is read by 2 functions:
All items filtered out
mbedtls_x509_crt::issuer_raw
esp_crt_verify_callback()
x509_crt_parse_der_core()
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