Searched refs:incep (Results 1 – 3 of 3) 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 1401 ti = (time_t)incep; in sigdate_error() 1411 (unsigned)incep, (unsigned)now); in sigdate_error() 1420 uint32_t expi, incep, now; in check_dates() local 1422 memmove(&incep, incep_p, sizeof(incep)); in check_dates() 1424 incep = ntohl(incep); in check_dates() 1437 if(compare_1982(incep, expi) > 0) { in check_dates() 1439 "signature bad", expi, incep, now); in check_dates() 1451 if(compare_1982(incep, now) > 0) { in check_dates() 1453 uint32_t skew = subtract_1982(incep, expi)/10; in check_dates() [all …]
|
/freebsd/contrib/unbound/doc/ |
H A D | example.conf.in | 700 # by 10% of the signature lifetime (expir-incep) from our local clock.
|
H A D | Changelog | 4827 - Also disable -flto for clang, to make incep-expi signature check
|