mbedTLS
mbedtls_x509_crt::version
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
STM32 Libraries and Samples
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:58
int
version
;
Examples
References
from
examples
Code
Location
Referrer
int
version
;
/**< The X.509 version. (1=v1, 2=v2, 3=v3) */
x509_crt.h:58
while
(
crt
!=
NULL
&&
crt
->
version
!=
0
)
ssl_srv.c:2801
ssl_write_certificate_request()
if
(
(
ret
=
x509_get_version
(
&
p
,
end
,
&
crt
->
version
)
)
!=
0
||
x509_crt.c:909
x509_crt_parse_der_core()
if
(
crt
->
version
<
0
||
crt
->
version
>
2
)
x509_crt.c:918
x509_crt_parse_der_core()
crt
->
version
++
;
x509_crt.c:924
x509_crt_parse_der_core()
if
(
crt
->
version
==
2
||
crt
->
version
==
3
)
x509_crt.c:1004
x509_crt_parse_der_core()
if
(
crt
->
version
==
2
||
crt
->
version
==
3
)
x509_crt.c:1014
x509_crt_parse_der_core()
if
(
crt
->
version
==
3
)
x509_crt.c:1025
x509_crt_parse_der_core()
while
(
crt
->
version
!=
0
&&
crt
->
next
!=
NULL
)
x509_crt.c:1100
mbedtls_x509_crt_parse_der()
if
(
crt
->
version
!=
0
&&
crt
->
next
==
NULL
)
x509_crt.c:1109
mbedtls_x509_crt_parse_der()
prefix
,
crt
->
version
)
;
x509_crt.c:1549
mbedtls_x509_crt_info()
if
(
top
&&
parent
->
version
<
3
)
x509_crt.c:1944
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()
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