ESP-IDF
X509_MAX_SERIAL_NUM_LEN
is only used within ESP-IDF.
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
ESP-IDF
X509_MAX_SERIAL_NUM_LEN
X509_MAX_SERIAL_NUM_LEN macro
Syntax
Show:
Summary
Declaration
from
x509v3.h:48
#define
X509_MAX_SERIAL_NUM_LEN
20
Examples
References
from
examples
Code
Location
#define
X509_MAX_SERIAL_NUM_LEN
20
x509v3.h:48
hdr
.
length
<
1
||
hdr
.
length
>
X509_MAX_SERIAL_NUM_LEN
)
{
tlsv1_client_ocsp.c:210
hdr
.
length
<
1
||
hdr
.
length
>
X509_MAX_SERIAL_NUM_LEN
)
{
x509v3.c:1525
u8
serial_number
[
X509_MAX_SERIAL_NUM_LEN
]
;
x509v3.h:53
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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