mbedTLS
mbedtls_x509_crt::v3_ext
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (5/5)...
mbedTLS
ESP-IDF
FreeRTOS
cJSON
lwIP
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::v3_ext
mbedtls_x509_crt::v3_ext field
Optional X.509 v3 extensions.
Syntax
Show:
Summary
Declaration
from
x509_crt.h:65
mbedtls_x509_buf
v3_ext
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_x509_buf
v3_ext
;
/**< Optional X.509 v3 extensions. */
x509_crt.h:65
if
(
(
ret
=
mbedtls_x509_get_ext
(
p
,
end
,
&
crt
->
v3_ext
,
3
)
)
!=
0
)
{
x509_crt.c:876
x509_get_crt_ext()
end
=
crt
->
v3_ext
.
p
+
crt
->
v3_ext
.
len
;
x509_crt.c:880
x509_get_crt_ext()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_x509_crt::v3_ext
is read by 1 function:
All items filtered out
mbedtls_x509_crt::v3_ext
x509_get_crt_ext()
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