mbedTLS
mbedtls_x509_crt::version
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
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
mbedtls_x509_crt::version
mbedtls_x509_crt::version field
The X.509 version. (1=v1, 2=v2, 3=v3)
Syntax
Show:
Summary
Declaration
from
x509_crt.h:47
int
version
;
Examples
References
from
examples
Code
Location
Referrer
int
version
;
/**< The X.509 version. (1=v1, 2=v2, 3=v3) */
x509_crt.h:47
while
(
crt
!=
NULL
&&
crt
->
version
!=
0
)
{
ssl_tls12_server.c:2552
ssl_write_certificate_request()
if
(
(
ret
=
x509_get_version
(
&
p
,
end
,
&
crt
->
version
)
)
!=
0
||
x509_crt.c:1153
x509_crt_parse_der_core()
if
(
crt
->
version
<
0
||
crt
->
version
>
2
)
{
x509_crt.c:1161
x509_crt_parse_der_core()
crt
->
version
++
;
x509_crt.c:1166
x509_crt_parse_der_core()
if
(
crt
->
version
==
2
||
crt
->
version
==
3
)
{
x509_crt.c:1241
x509_crt_parse_der_core()
if
(
crt
->
version
==
2
||
crt
->
version
==
3
)
{
x509_crt.c:1249
x509_crt_parse_der_core()
if
(
crt
->
version
==
3
)
{
x509_crt.c:1257
x509_crt_parse_der_core()
while
(
crt
->
version
!=
0
&&
crt
->
next
!=
NULL
)
{
x509_crt.c:1330
mbedtls_x509_crt_parse_der_internal()
if
(
crt
->
version
!=
0
&&
crt
->
next
==
NULL
)
{
x509_crt.c:1338
mbedtls_x509_crt_parse_der_internal()
prefix
,
crt
->
version
)
;
x509_crt.c:1770
mbedtls_x509_crt_info()
if
(
top
&&
parent
->
version
<
3
)
{
x509_crt.c:2195
x509_crt_check_parent()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_x509_crt::version
is written by 1 function and is read by 5 functions:
x509_crt_parse_der_core()
All items filtered out
mbedtls_x509_crt::version
ssl_write_certificate_request()
x509_crt_parse_der_core()
mbedtls_x509_crt_parse_der_internal()
mbedtls_x509_crt_info()
x509_crt_check_parent()
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