mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 13:56:42 +01:00
Clarify docs for MBEDTLS_HAVE_TIME_DATE
This commit is contained in:
parent
c29c34c1b4
commit
e58088edb9
1 changed files with 2 additions and 2 deletions
|
|
@ -137,8 +137,8 @@
|
||||||
/**
|
/**
|
||||||
* \def MBEDTLS_HAVE_TIME_DATE
|
* \def MBEDTLS_HAVE_TIME_DATE
|
||||||
*
|
*
|
||||||
* System has time.h, time(), an implementation for mbedtls_platform_gmtime(),
|
* System has time.h, time(), an implementation for mbedtls_platform_gmtime()
|
||||||
* and the clock is correct.
|
* (see below), and the clock is correct.
|
||||||
* The time needs to be correct (not necesarily very accurate, but at least
|
* The time needs to be correct (not necesarily very accurate, but at least
|
||||||
* the date should be correct). This is used to verify the validity period of
|
* the date should be correct). This is used to verify the validity period of
|
||||||
* X.509 certificates.
|
* X.509 certificates.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue