mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 09:42:40 +01:00
Merge pull request #7046 from dgarske/crl_cleanups
Various cleanups - CRL and comments - 20231207
This commit is contained in:
@@ -14707,6 +14707,9 @@ static WC_INLINE int DateLessThan(const struct tm* a, const struct tm* b)
|
||||
|
||||
/* like atoi but only use first byte */
|
||||
/* Make sure before and after dates are valid */
|
||||
/* date = ASN.1 raw */
|
||||
/* format = ASN_UTC_TIME or ASN_GENERALIZED_TIME */
|
||||
/* dateType = AFTER or BEFORE */
|
||||
int wc_ValidateDate(const byte* date, byte format, int dateType)
|
||||
{
|
||||
time_t ltime;
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
* WOLF_CRYPTO_CB_CMD
|
||||
*
|
||||
* enable debug InfoString functions
|
||||
* DEBUG_CRYPTO_CB
|
||||
* DEBUG_CRYPTOCB
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
||||
Reference in New Issue
Block a user