mbedTLS
mbedtls_x509_crt::serial
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading (1/5)...
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::serial
mbedtls_x509_crt::serial field
Unique id for certificate issued by a specific CA.
Syntax
Show:
Summary
Declaration
from
x509_crt.h:48
mbedtls_x509_buf
serial
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_x509_buf
serial
;
/**< Unique id for certificate issued by a specific CA. */
x509_crt.h:48
(
ret
=
mbedtls_x509_get_serial
(
&
p
,
end
,
&
crt
->
serial
)
)
!=
0
||
x509_crt.c:1154
x509_crt_parse_der_core()
ret
=
mbedtls_x509_serial_gets
(
p
,
n
,
&
crt
->
serial
)
;
x509_crt.c:1776
mbedtls_x509_crt_info()
if
(
crt
->
serial
.
len
==
cur
->
serial
.
len
&&
x509_crt.c:1995
mbedtls_x509_crt_is_revoked()
memcmp
(
crt
->
serial
.
p
,
cur
->
serial
.
p
,
crt
->
serial
.
len
)
==
0
)
{
x509_crt.c:1996
mbedtls_x509_crt_is_revoked()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_x509_crt::serial
is read by 1 function:
All items filtered out
mbedtls_x509_crt::serial
mbedtls_x509_crt_is_revoked()
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