Searched refs:expi (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/unbound/validator/ |
H A D | val_sigcrypt.c | 1390 sigdate_error(const char* str, int32_t expi, int32_t incep, int32_t now) in sigdate_error() argument 1400 te = (time_t)expi; in sigdate_error() 1410 log_info("%s expi=%u incep=%u now=%u", str, (unsigned)expi, in sigdate_error() 1420 uint32_t expi, incep, now; in check_dates() local 1421 memmove(&expi, expi_p, sizeof(expi)); in check_dates() 1423 expi = ntohl(expi); in check_dates() 1437 if(compare_1982(incep, expi) > 0) { in check_dates() 1439 "signature bad", expi, incep, now); in check_dates() 1453 uint32_t skew = subtract_1982(incep, expi)/10; in check_dates() 1458 " before inception date", expi, incep, now); in check_dates() [all …]
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 4827 - Also disable -flto for clang, to make incep-expi signature check
|