mbedTLS
MBEDTLS_X509_RFC5280_UTC_TIME_LEN
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_RFC5280_UTC_TIME_LEN
MBEDTLS_X509_RFC5280_UTC_TIME_LEN macro
Syntax
Show:
Summary
Declaration
from
x509_crt.h:140
#define
MBEDTLS_X509_RFC5280_UTC_TIME_LEN
15
Examples
References
from
examples
Code
Location
#define
MBEDTLS_X509_RFC5280_UTC_TIME_LEN
15
x509_crt.h:140
char
MBEDTLS_PRIVATE
(
not_before
)
[
MBEDTLS_X509_RFC5280_UTC_TIME_LEN
+
1
]
;
x509_crt.h:226
char
MBEDTLS_PRIVATE
(
not_after
)
[
MBEDTLS_X509_RFC5280_UTC_TIME_LEN
+
1
]
;
x509_crt.h:227
if
(
strlen
(
not_before
)
!=
MBEDTLS_X509_RFC5280_UTC_TIME_LEN
-
1
||
x509write_crt.c:137
strlen
(
not_after
)
!=
MBEDTLS_X509_RFC5280_UTC_TIME_LEN
-
1
)
{
x509write_crt.c:138
strncpy
(
ctx
->
not_before
,
not_before
,
MBEDTLS_X509_RFC5280_UTC_TIME_LEN
)
;
x509write_crt.c:141
strncpy
(
ctx
->
not_after
,
not_after
,
MBEDTLS_X509_RFC5280_UTC_TIME_LEN
)
;
x509write_crt.c:142
ctx
->
not_before
[
MBEDTLS_X509_RFC5280_UTC_TIME_LEN
-
1
]
=
'Z'
;
x509write_crt.c:143
ctx
->
not_after
[
MBEDTLS_X509_RFC5280_UTC_TIME_LEN
-
1
]
=
'Z'
;
x509write_crt.c:144
MBEDTLS_X509_RFC5280_UTC_TIME_LEN
)
)
;
x509write_crt.c:509
MBEDTLS_X509_RFC5280_UTC_TIME_LEN
)
)
;
x509write_crt.c:513
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