mbedTLS
mbedtls_x509_crt::max_pathlen
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::max_pathlen
mbedtls_x509_crt::max_pathlen field
Syntax
Show:
Summary
Declaration
from
x509_crt.h:74
int
MBEDTLS_PRIVATE
(
max_pathlen
;
Examples
References
from
examples
Code
Location
Referrer
int
MBEDTLS_PRIVATE
(
max_pathlen
)
;
/**< Optional Basic Constraint extension value: The maximum path length to the root certificate. Path length is 1 higher than RFC 5280 'meaning', so 1+ */
x509_crt.h:74
&
crt
->
ca_istrue
,
&
crt
->
max_pathlen
)
)
!=
0
)
{
x509_crt.c:967
x509_get_crt_ext()
if
(
crt
->
max_pathlen
>
0
)
{
x509_crt.c:1829
mbedtls_x509_crt_info()
ret
=
mbedtls_snprintf
(
p
,
n
,
", max_pathlen=%d"
,
crt
->
max_pathlen
-
1
)
;
x509_crt.c:1830
mbedtls_x509_crt_info()
if
(
parent
->
max_pathlen
>
0
&&
x509_crt.c:2297
x509_crt_find_parent_in()
(
size_t
)
parent
->
max_pathlen
<
1
+
path_cnt
-
self_cnt
)
{
x509_crt.c:2298
x509_crt_find_parent_in()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_x509_crt::max_pathlen
is read by 2 functions:
All items filtered out
mbedtls_x509_crt::max_pathlen
mbedtls_x509_crt_info()
x509_crt_find_parent_in()
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