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